File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 88
88
.\scripts\build\windows\set_version_from_template.ps1
89
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
90
90
91
+ - name : Sign (Windows)
92
+ if : ${{ matrix.os == 'windows-latest' }}
93
+ uses : skymatic/code-sign-action@v1
94
+ with :
95
+ certificate : ' ${{ secrets.SIGNTOOL_CERT }}'
96
+ password : ' ${{ secrets.SIGNTOOL_PASS }}'
97
+ certificatesha1 : ' ${{ secrets.SIGNTOOL_FINGERPRINT }}'
98
+ certificatename : ' ${{ secrets.SIGNTOOL_NAME }}'
99
+ description : ' scsd-gui'
100
+ timestampUrl : ' http://timestamp.digicert.com'
101
+ folder : ' dist'
102
+ recursive : true
103
+
91
104
- name : Build
92
105
if : ${{ matrix.os == 'ubuntu-latest' }}
93
106
run : |
You can’t perform that action at this time.
0 commit comments