mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
8 lines
246 B
Bash
8 lines
246 B
Bash
#!/bin/bash
|
|
set -e
|
|
root_dir=$(cd `dirname $0`/.. && pwd -P)
|
|
cd $root_dir
|
|
snapcraft #--http-proxy="http://192.168.1.232:7890" --https-proxy="http://192.168.1.232:7890"
|
|
snap install wechat-devtools_*_amd64.snap --devmode
|
|
# snap run wechat-devtools
|