Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 16, 2024
1 parent fc23638 commit 21b6533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -m pip freeze
.\scripts\build.ps1
& .\scripts\build.ps1
Expand Down
5 changes: 1 addition & 4 deletions scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ if (Test-Path -Path dist -PathType Container) {
Remove-Item -Force -Recurse dist
}

# pyinstaller --name pointer-cc --icon ./resources/icon.icns --windowed main.py
# .\venv\bin\pyinstaller --name pointer-cc --windowed main.py

.\venv\Scripts\pyinstaller.exe --name pointer-cc --windowed main.py
pyinstaller --name pointer-cc --windowed main.py

0 comments on commit 21b6533

Please sign in to comment.