Skip to content

Commit 7f5685b

Browse files
committed
up version and build
1 parent 953a021 commit 7f5685b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Dumbar",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Menubar app for LLMs using Ollama",
55
"main": "main.js",
66
"author": "Jerry Sievert <code@legitimatesounding.com>",
@@ -18,7 +18,7 @@
1818
"menubar": "^9.3.0"
1919
},
2020
"scripts": {
21-
"package": "electron-builder build --mac --config build/electron-builder.json",
21+
"package": "electron-builder build --mac --config build/electron-builder.json --x64 --arm64",
2222
"dumbar": "electron ."
2323
}
2424
}

0 commit comments

Comments
 (0)