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 c6dc1df commit ad04b32Copy full SHA for ad04b32
1 file changed
turing-system-monitor.spec
@@ -35,6 +35,7 @@ configure_exe = EXE(
35
entitlements_file=None,
36
icon=['res\\icons\\monitor-icon-17865\\icon.ico'],
37
contents_directory='.',
38
+ version='tools\\windows-installer\\pyinstaller-version-info.txt',
39
)
40
41
# System Monitor main program
@@ -72,6 +73,7 @@ main_exe = EXE(
72
73
74
75
76
77
78
79
# Theme Editor
@@ -109,6 +111,7 @@ editor_exe = EXE(
109
111
110
112
113
114
115
116
117
# Common collect task
0 commit comments