Skip to content

Commit

Permalink
build.ps1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smatting committed Apr 18, 2024
1 parent 62a0098 commit 70f65b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Test-Path -Path dist -PathType Container) {
Remove-Item -Force -Recurse dist
}

pyinstaller --name pointer-cc \
--icon ./resources/icons.ico \
--add-data "./pointercc/resources/logo-small.png:./pointercc/resources/" \
pyinstaller --name pointer-cc
--icon ./resources/icons.ico `
--add-data "./pointercc/resources/logo-small.png:./pointercc/resources/" `
--windowed main.py

0 comments on commit 70f65b6

Please sign in to comment.