mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
chore: disable npm rebuild in package.json
- Set "npmRebuild" to false in package.json to prevent automatic rebuilding of native modules during installation.
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
"appId": "com.automaker.app",
|
||||
"productName": "Automaker",
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||
"npmRebuild": false,
|
||||
"afterPack": "./scripts/rebuild-server-natives.cjs",
|
||||
"directories": {
|
||||
"output": "release"
|
||||
|
||||
Reference in New Issue
Block a user