Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 16, 2024
1 parent 249c0d3 commit d37b552
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ if (Test-Path -Path dist -PathType Container) {

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

pip freeze

dir .\venv\bin

.\venv\bin\pyinstaller --name pointer-cc --windowed main.py

0 comments on commit d37b552

Please sign in to comment.