Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 9e130aa

Browse files
author
dastaple
committed
Looks like all platforms need a rebuild to get the SerialPort version right.
1 parent ef8527e commit 9e130aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Bounce/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"license": "Apache-2.0",
88
"main": "main.js",
99
"scripts": {
10-
"windows-rebuild": "electron-rebuild",
1110
"start": "electron main.js",
1211
"test": "node_modules/.bin/jasmine",
13-
"package": "node_modules/.bin/electron-zip-packager . Bounce --overwrite --out=output"
12+
"package": "node_modules/.bin/electron rebuild; node_modules/.bin/electron-zip-packager . Bounce --overwrite --out=output"
1413
},
1514
"dependencies": {
1615
"serialport": "^5.0.0"

0 commit comments

Comments
 (0)