Skip to content

Commit 1592846

Browse files
authored
Merge pull request #60 from gptscript-ai/chore/add-linux-release
2 parents 6623fec + 7957361 commit 1592846

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [
17+
ubuntu-latest,
1718
macos-latest,
1819
macos-13,
1920
windows-latest

electron/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const options = {
5656
Encoding: 'UTF-8',
5757
MimeType: 'x-scheme-handler/deeplink',
5858
},
59-
icon: "electron/icon.icns",
59+
icon: "electron/icon.png",
6060
target: ['AppImage'],
6161
},
6262
compression: 'normal',

electron/icon.ico

157 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://acorn.io"
88
},
99
"private": true,
10-
"version": "v0.9.4",
10+
"version": "v0.10.0-rc1",
1111
"scripts": {
1212
"build": "next build --no-lint",
1313
"build:electron": "next build --no-lint && node electron/build.mjs",

0 commit comments

Comments
 (0)