Skip to content

Commit 4f0c22a

Browse files
committed
make sure that native dependencies are included correctly for windows builds
1 parent b341b1d commit 4f0c22a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

electron-builder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ files:
1111
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
1212
asarUnpack:
1313
- resources/**
14+
- '**/*.node'
1415
extraResources:
1516
- from: drizzle
1617
to: drizzle
@@ -73,6 +74,6 @@ rpm:
7374
- _build_id_links none
7475
appImage:
7576
artifactName: ${name}.${ext}
76-
npmRebuild: false
77+
npmRebuild: true
7778
publish:
7879
provider: github

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.45-beta",
3+
"version": "0.0.46-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)