File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 86
86
$version = $version_raw -replace "`n","" -replace "`r",""
87
87
$filename = "scsd-gui_${version}_windows_amd64.exe"
88
88
.\scripts\build\windows\set_version_from_template.ps1
89
- pyinstaller --version-file "./version_windows.txt" --add-data "version.txt;." --icon "./steamCloudSaveDownloaderGUI/res/scsd_256.ico" --hide-console hide-late --collect-all steamCloudSaveDownloaderGUI --collect-all dateutil --collect-all steamCloudSaveDownloader --onefile ./scsd-gui --name $filename
89
+ pyinstaller --version-file "./version_windows.txt" --add-data "version.txt;." --icon "./steamCloudSaveDownloaderGUI/res/scsd_256.ico" --noconsole --collect-all steamCloudSaveDownloaderGUI --collect-all dateutil --collect-all steamCloudSaveDownloader --onefile ./scsd-gui --name $filename
90
90
91
91
- name : Sign (Windows)
92
92
if : ${{ matrix.os == 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments