Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f304418

Browse files
author
Stefan Matting
committedApr 20, 2024
put version number
1 parent 33833fc commit f304418

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎scripts/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if (Test-Path -Path dist -PathType Container) {
66
Remove-Item -Force -Recurse dist
77
}
88

9+
python setup.py put_version
910
pyinstaller --name pointer-cc `
1011
--icon ./resources/icons.ico `
1112
--add-data "./pointercc/resources/logo-small.png:./pointercc/resources/" `

‎scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rm -rf dist build Output
77
# when installing with --target (arm64) venv/bin doesnt get the binaries
88
PATH="venv/lib/python3.10/site-packages/bin":$PATH
99

10+
python setup.py put_version
1011
pyinstaller \
1112
--name pointer-cc \
1213
--target-arch "${TARGET_ARCH:-x86_64}" \

0 commit comments

Comments
 (0)
Please sign in to comment.