We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33833fc commit f304418Copy full SHA for f304418
scripts/build.ps1
@@ -6,6 +6,7 @@ if (Test-Path -Path dist -PathType Container) {
6
Remove-Item -Force -Recurse dist
7
}
8
9
+python setup.py put_version
10
pyinstaller --name pointer-cc `
11
--icon ./resources/icons.ico `
12
--add-data "./pointercc/resources/logo-small.png:./pointercc/resources/" `
scripts/build.sh
@@ -7,6 +7,7 @@ rm -rf dist build Output
# when installing with --target (arm64) venv/bin doesnt get the binaries
PATH="venv/lib/python3.10/site-packages/bin":$PATH
pyinstaller \
--name pointer-cc \
13
--target-arch "${TARGET_ARCH:-x86_64}" \
0 commit comments