File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ configure_exe = EXE(
3535 entitlements_file = None ,
3636 icon = ['res\\ icons\\ monitor-icon-17865\\ icon.ico' ],
3737 contents_directory = '.' ,
38+ version = 'tools\\ windows-installer\\ pyinstaller-version-info.txt' ,
3839)
3940
4041# System Monitor main program
@@ -72,6 +73,7 @@ main_exe = EXE(
7273 entitlements_file = None ,
7374 icon = ['res\\ icons\\ monitor-icon-17865\\ icon.ico' ],
7475 contents_directory = '.' ,
76+ version = 'tools\\ windows-installer\\ pyinstaller-version-info.txt' ,
7577)
7678
7779# Theme Editor
@@ -109,6 +111,7 @@ editor_exe = EXE(
109111 entitlements_file = None ,
110112 icon = ['res\\ icons\\ monitor-icon-17865\\ icon.ico' ],
111113 contents_directory = '.' ,
114+ version = 'tools\\ windows-installer\\ pyinstaller-version-info.txt' ,
112115)
113116
114117# Common collect task
You can’t perform that action at this time.
0 commit comments