File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ def add_files(dirpath, indent):
162
162
os .mkdir ("sign" )
163
163
164
164
# Download signing tool
165
- tool_url = "https://www.ssl.com/download/29773/ "
165
+ tool_url = "https://www.ssl.com/download/codesigntool-for-windows "
166
166
tool_zip = "sign/CodeSignTool.zip"
167
167
if not os .path .isfile (tool_zip ):
168
168
if os .path .isfile (tool_zip + ".partial" ):
@@ -189,9 +189,9 @@ def add_files(dirpath, indent):
189
189
"-password=" + os .environ ["SSL_COM_PASSWORD" ],
190
190
"-totp_secret=" + os .environ ["SSL_COM_TOTP_SECRET" ],
191
191
"-program_name=System76 Keyboard Configurator" ,
192
- "-input_file_path=../../../ keyboard-configurator.msi" ,
193
- "-output_dir_path=../../ " ,
194
- ], cwd = "sign/CodeSignTool/CodeSignTool-v1.1.0-windows " )
192
+ "-input_file_path=../../keyboard-configurator.msi" ,
193
+ "-output_dir_path=../" ,
194
+ ], cwd = "sign/CodeSignTool" )
195
195
196
196
# Update MSI
197
197
os .remove ("keyboard-configurator.msi" )
You can’t perform that action at this time.
0 commit comments