Skip to content

Commit 96af756

Browse files
committed
fix snap build to also split into arm/x64 architectures
1 parent 3d51c9b commit 96af756

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

electron-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ linux:
6363
- x64
6464
- arm64
6565
- target: snap
66+
arch:
67+
- x64
68+
- arm64
6669
- target: tar.gz
6770
arch:
6871
- x64

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solidtime",
3-
"version": "0.0.61-beta",
3+
"version": "0.0.62-beta",
44
"description": "Desktop App for solidtime - the modern open-source time tracker",
55
"main": "./out/main/index.js",
66
"author": "solidtime.io",

0 commit comments

Comments
 (0)