Search Criteria
Package Details: wechat-devtools-bin 2:2.01.2510290_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: | 1 |
| Popularity: | 0.41 |
| First Submitted: | 2024-12-22 23:22 (UTC) |
| Last Updated: | 2026-04-19 08:31 (UTC) |
Latest Comments
Fingertap commented on 2026-02-28 09:31 (UTC) (edited on 2026-02-28 09:31 (UTC) by Fingertap)
Apricityx commented on 2025-04-24 08:23 (UTC)
If you can't find command, you can execute it by /opt/wechat-devtools/bin/wechat-devtools
mrLian commented on 2025-04-13 10:54 (UTC)
安装后找不到命令wechat-devtools
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 thexxxdirectory. 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-binvisual-studio-code-bin.shfor 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: