diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 7c90451..aeb2437 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -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