We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6623fec + 7957361 commit 1592846Copy full SHA for 1592846
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [
17
+ ubuntu-latest,
18
macos-latest,
19
macos-13,
20
windows-latest
electron/build.mjs
@@ -56,7 +56,7 @@ const options = {
56
Encoding: 'UTF-8',
57
MimeType: 'x-scheme-handler/deeplink',
58
},
59
- icon: "electron/icon.icns",
+ icon: "electron/icon.png",
60
target: ['AppImage'],
61
62
compression: 'normal',
electron/icon.ico
157 KB
package.json
@@ -7,7 +7,7 @@
7
"url": "https://acorn.io"
8
9
"private": true,
10
- "version": "v0.9.4",
+ "version": "v0.10.0-rc1",
11
"scripts": {
12
"build": "next build --no-lint",
13
"build:electron": "next build --no-lint && node electron/build.mjs",
0 commit comments