Skip to content

Commit d526a70

Browse files
committed
Collect steamCloudSaveDownloader
1 parent f0414fd commit d526a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
$version_raw = Get-Content ./version.txt -Raw
8585
$version = $version_raw -replace "`n","" -replace "`r",""
8686
$filename = "scsd-gui_${version}_windows_amd64.exe"
87-
pyinstaller --add-data "version.txt;." --icon "./steamCloudSaveDownloaderGUI/res/scsd_256.ico" --hide-console hide-late --collect-all steamCloudSaveDownloaderGUI --collect-all dateutil --paths "./steamCloudSaveDownloaderGUI" --onefile ./scsd-gui --name $filename
87+
pyinstaller --add-data "version.txt;." --icon "./steamCloudSaveDownloaderGUI/res/scsd_256.ico" --hide-console hide-late --collect-all steamCloudSaveDownloaderGUI --collect-all dateutil --collect-all steamCloudSaveDownloader --paths "./steamCloudSaveDownloaderGUI" --onefile ./scsd-gui --name $filename
8888
8989
- name: Build
9090
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)