File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 # Windows Build
1818 - name : " Build"
1919 if : matrix.os == 'windows-latest'
20- run : cd scripts && . /build.bat
20+ run : ./scripts /build.bat
2121
2222 # macOS Build
2323 - name : " Build"
Original file line number Diff line number Diff line change 1- python -m pip install -r requirements.txt
2- python -m PyInstaller --onefile --noconsole --clean --add-data " layout;layout" --add-data " api;api" --icon=layout\resources\logo.ico --collect-all " pyreadline3" --collect-all " sqlite3" --collect-all " Cryptodome" --collect-all " PIL" --name=3DS-RPC app.py
1+ python -m pip install -r requirements.txt || exit /b
2+ python -m PyInstaller --onefile --noconsole --clean --add-data " layout;layout" --add-data " api;api" --icon=layout\resources\logo.ico --collect-all " pyreadline3" --collect-all " sqlite3" --collect-all " Cryptodome" --collect-all " PIL" --name=3DS-RPC app.py || exit /b
You can’t perform that action at this time.
0 commit comments