为 Go File 制作的启动器,方便不想或不会使用终端的用户
可在 Release 页面下载最新版本(Windows,macOS,Linux)。
- 一键启动 Go File。
- 配置自动保存。
- 自动下载 & 一键更新 Go File。
- 关闭时自动关闭打开的 Go File,用完即走。
直接双击 gofile-launcher.exe 运行。
- 给执行权限:
chmod u+x gofile-launcher-macos
; - 之后直接双击运行 gofile-launcher-macos 或在终端中运行都可。
同上,区别在于文件名换成 gofile-launcher
。
pip install -r requirements.txt
pyuic5 -o ui.py main.ui
pyrcc5 -o resource_rc.py resource.qrc
pyinstaller --noconsole -F ./main.py --icon icon.png -n gofile-launcher.exe