Search Criteria
Package Details: wechat-devtools-bin 2:1.06.2409140_2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wechat-devtools-bin.git (read-only, click to copy) |
---|---|
Package Base: | wechat-devtools-bin |
Description: | WeChat Devtools For Linux. |
Upstream URL: | https://github.com/msojocs/wechat-web-devtools-linux |
Licenses: | MIT |
Conflicts: | wechat-devtools |
Provides: | wechat-devtools |
Submitter: | zhullyb |
Maintainer: | zhullyb |
Last Packager: | zhullyb |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-12-22 23:22 (UTC) |
Last Updated: | 2024-12-22 23:22 (UTC) |
Latest Comments
Kandscode commented on 2025-02-18 08:43 (UTC)
Please do not use
ln -s xxx/*
, as this will create a link named*
instead of linking everything in thexxx
directory. A better approach is to use a script to start the executable in a specific path and install that script rather than a link. You can refer to thevisual-studio-code-bin
visual-studio-code-bin.sh
for specific operations, or refer to my implementation:For compatibility reasons, the desktop icon uses the png format in the GitHub repository, and the desktop file content is as follows:
The script file corresponds to two executable files, which are
wechat-devtools.sh
:and
wechat-devtools-cli.sh
: