Skip to content

Commit 983268b

Browse files
committed
Revert "try to fix electron-builder errors, no dice"
This reverts commit afc774b. Seems to be an issue with electron/rebuild. See: electron/rebuild#1116 Similar issue: rancher-sandbox/rancher-desktop#7409 For config changes see: electron-userland/electron-builder#8556
1 parent afc774b commit 983268b

File tree

3 files changed

+286
-1942
lines changed

3 files changed

+286
-1942
lines changed

electron-builder.json

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
},
4949
"win": {
5050
"icon": "resources/images/simplenote.ico",
51-
"signtoolOptions": {
52-
"certificateSubjectName": "Automattic, Inc."
53-
},
51+
"certificateSubjectName": "Automattic, Inc.",
5452
"artifactName": "Simplenote-win-${version}-${arch}.${ext}",
5553
"target": [
5654
{
@@ -88,17 +86,13 @@
8886
"category": "Utility",
8987
"executableName": "simplenote",
9088
"desktop": {
91-
"desktopActions": {
92-
"LinuxDesktopFile": {
93-
"Name": "Simplenote",
94-
"Comment": "Simplenote for Linux",
95-
"GenericName": "Note Taking Application",
96-
"Type": "Application",
97-
"Icon": "simplenote",
98-
"StartupNotify": true,
99-
"Categories": "Utility"
100-
}
101-
}
89+
"Name": "Simplenote",
90+
"Comment": "Simplenote for Linux",
91+
"GenericName": "Note Taking Application",
92+
"Type": "Application",
93+
"Icon": "simplenote",
94+
"StartupNotify": true,
95+
"Categories": "Utility"
10296
},
10397
"vendor": "Automattic, Inc.",
10498
"maintainer": "Automattic, Inc. <[email protected]>"

0 commit comments

Comments
 (0)