Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 249b773

Browse files
committedMar 19, 2025··
chore: electron-builder v26.0.11
trying latest code to solve azure signing issues
1 parent ff5c090 commit 249b773

File tree

3 files changed

+1297
-1347
lines changed

3 files changed

+1297
-1347
lines changed
 

‎electron-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ win:
4747
target:
4848
- nsis
4949
# TODO - portable
50-
publisherName: 'IPFS Project'
51-
rfc3161TimeStampServer: 'http://timestamp.acs.microsoft.com'
5250
azureSignOptions:
51+
publisherName: 'IPFS Project'
52+
rfc3161TimeStampServer: 'http://timestamp.acs.microsoft.com'
5353
endpoint: 'https://eus.codesigning.azure.net'
5454
certificateProfileName: 'ipfs-desktop'
5555
codeSigningAccountName: 'pl-code-signing'

‎package-lock.json

+1,294-1,344
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cross-env": "^7.0.3",
5252
"dotenv": "^16.0.0",
5353
"electron": "^35.0.2",
54-
"electron-builder": "^25.1.8",
54+
"electron-builder": "^26.0.11",
5555
"got": "^12.0.3",
5656
"ipfs-or-gateway": "^4.1.0",
5757
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)
Please sign in to comment.