mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
6 lines
231 B
Bash
6 lines
231 B
Bash
#!/bin/bash
|
|
set -e
|
|
cd "/mnt/disk1/GitHub/wechat-devtools-linux"
|
|
snapcraft #--http-proxy="http://192.168.249.236:7890" --https-proxy="http://192.168.249.236:7890"
|
|
snap install wechat-devtools_0.1_amd64.snap --devmode
|
|
wechat-devtools |