We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0546db6 commit 0cd236cCopy full SHA for 0cd236c
3 files changed
.github/workflows/pyinstaller.yml
@@ -73,6 +73,7 @@ jobs:
73
--add-data icon:icon
74
--exclude-module pkg_resources
75
--optimize 2
76
+ --version version.rc
77
- name: Attest
78
id: attest
79
uses: actions/attest-build-provenance@v2
build.bat
@@ -7,4 +7,5 @@ pyinstaller ^
7
--debug noarchive ^
8
--add-data icon:icon ^
9
--exclude-module pkg_resources ^
10
- --optimize 2
+ --optimize 2 ^
11
version.rc
@@ -0,0 +1,5 @@
1
+VSVersionInfo(
2
+ ffi=FixedFileInfo(
3
+ filevers=(0, 1, 0, 0),
4
+ )
5
+)
0 commit comments