8000 GitHub - xiexievpn/macos: 在macOS下的客户端
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xiexievpn/macos

Folders and fi 8000 les

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在 macOS 下使用的客户端。

打包方法

可以使用 PyInstaller 在 macOS 上将 main_macos.py 打包成可执行的 .app 文件:

pip install pyinstaller
pyinstaller \
  --windowed \
  --name "谢谢网络加速器" \
  --icon "favicon.icns" \
  --add-data "internet.sh:." \
  --add-data "close.sh:." \
  --add-data "favicon.icns:." \
  --add-data "geosite.dat:." \
  --add-data "geoip.dat:." \
  --add-data "xray:." \
  main_macos.py

打包完成后,在 dist/XieXieVPN 目录下会生成 谢谢网络加速器.app

About

在macOS下的客户端

Resources

Stars

Watchers

Forks

Packages

No packages published
0