mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-06-12 19:11:33 -07:00
Update pyinstaller workflow
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
name: pyinstaller
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -13,6 +15,12 @@ jobs:
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- uses: engineerd/configurator@v0.0.8
|
||||
with:
|
||||
name: "upx.exe"
|
||||
url: "https://github.com/upx/upx/releases/download/v4.0.1/upx-4.0.1-win64.zip"
|
||||
pathInArchive: "upx-4.0.1-win64/upx.exe"
|
||||
|
||||
- run: pip install flask flask_sqlalchemy flask-login pyjwt gevent protobuf pycryptodome stravalib git+https://github.com/oldnapalm/garmin-uploader.git dnspython pyinstaller
|
||||
- run: pyinstaller standalone.spec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user