File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,6 @@ jobs:
230
230
max_attempts : 2
231
231
# GH token for attaching atrifacts to release draft on tag build
232
232
github_token : ${{ secrets.github_token }}
233
- # Windows signing
234
- windows_certs : ${{ secrets.windows_certs }}
235
- windows_certs_password : ${{ secrets.windows_certs_password }}
236
233
# Apple signing
237
234
mac_certs : ${{ secrets.mac_certs }}
238
235
mac_certs_password : ${{ secrets.mac_certs_password }}
@@ -244,6 +241,10 @@ jobs:
244
241
# Apple notarization
245
242
APPLEID : ${{ secrets.apple_id }}
246
243
APPLEIDPASS : ${{ secrets.apple_id_pass }}
244
+ # Windows Azure Trusted Signing
245
+ AZURE_TENANT_ID : ${{secrets.AZURE_TENANT_ID}}
246
+ AZURE_CLIENT_ID : ${{secrets.AZURE_CLIENT_ID}}
247
+ AZURE_CLIENT_SECRET : ${{secrets.AZURE_CLIENT_SECRET}}
247
248
248
249
- name : Show dist/
249
250
run : du -sh dist/ && ls -l dist/
Original file line number Diff line number Diff line change 43
43
type : link
44
44
path : /Applications
45
45
46
+ win :
47
+ target :
48
+ - nsis
49
+ # TODO - portable
50
+ publisherName : ' IPFS Project'
51
+ rfc3161TimeStampServer : ' http://timestamp.acs.microsoft.com'
52
+ azureSignOptions :
53
+ endpoint : ' https://eus.codesigning.azure.net'
54
+ certificateProfileName : ' ipfs-desktop'
55
+ codeSigningAccountName : ' pl-code-signing'
56
+
46
57
nsis :
58
+ artifactName : ${name}-setup-${version}-${os}-${arch}.${ext}
47
59
include : assets/build/nsis.nsh
48
60
oneClick : false
49
61
warningsAsErrors : false
50
62
perMachine : false
51
63
allowElevation : true
52
64
allowToChangeInstallationDirectory : true
53
65
66
+ portable :
67
+ artifactName : ${name}-portable-${version}-${os}-${arch}.${ext}
68
+
54
69
linux :
55
70
artifactName : ${name}-${version}-${os}-${arch}.${ext}
56
71
executableName : ipfs-desktop
You can’t perform that action at this time.
0 commit comments