Skip to content

Commit

Permalink
Update spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Mar 22, 2024
1 parent b46e9b7 commit eb47f45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bot_editor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ exe = EXE(pyz,

import subprocess
subprocess.call(['C:\\Program Files (x86)\\Windows Kits\\10\\App Certification Kit\\signtool.exe', 'sign',
'/f', 'ssl\cert-zwift-com.p12', '/fd', 'sha1',
'/f', 'ssl\\cert-zwift-com.p12', '/fd', 'sha1',
'/t', 'http://timestamp.digicert.com',
'dist\\bot_editor.exe'])
2 changes: 1 addition & 1 deletion get_profile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ exe = EXE(pyz,

import subprocess
subprocess.call(['C:\\Program Files (x86)\\Windows Kits\\10\\App Certification Kit\\signtool.exe', 'sign',
'/f', 'ssl\cert-zwift-com.p12', '/fd', 'sha1',
'/f', 'ssl\\cert-zwift-com.p12', '/fd', 'sha1',
'/t', 'http://timestamp.digicert.com',
'dist\\get_profile.exe'])
2 changes: 1 addition & 1 deletion strava_auth.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ exe = EXE(pyz,

import subprocess
subprocess.call(['C:\\Program Files (x86)\\Windows Kits\\10\\App Certification Kit\\signtool.exe', 'sign',
'/f', 'ssl\cert-zwift-com.p12', '/fd', 'sha1',
'/f', 'ssl\\cert-zwift-com.p12', '/fd', 'sha1',
'/t', 'http://timestamp.digicert.com',
'dist\\strava_auth.exe'])
2 changes: 1 addition & 1 deletion upload_activity.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ exe = EXE(pyz,

import subprocess
subprocess.call(['C:\\Program Files (x86)\\Windows Kits\\10\\App Certification Kit\\signtool.exe', 'sign',
'/f', 'ssl\cert-zwift-com.p12', '/fd', 'sha1',
'/f', 'ssl\\cert-zwift-com.p12', '/fd', 'sha1',
'/t', 'http://timestamp.digicert.com',
'dist\\upload_activity.exe'])

0 comments on commit eb47f45

Please sign in to comment.