mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
Disable asar packing on all platforms
Changelog-entry: Disable asar packing on all platforms Change-type: patch
This commit is contained in:
parent
b1fd539d25
commit
2692104ccd
@ -18,13 +18,13 @@
|
|||||||
"productName": "balenaEtcher",
|
"productName": "balenaEtcher",
|
||||||
"nodeGypRebuild": true,
|
"nodeGypRebuild": true,
|
||||||
"afterPack": "./afterPack.js",
|
"afterPack": "./afterPack.js",
|
||||||
|
"asar": false,
|
||||||
"files": [
|
"files": [
|
||||||
"generated",
|
"generated",
|
||||||
"lib/shared/catalina-sudo/sudo-askpass.osascript.js"
|
"lib/shared/catalina-sudo/sudo-askpass.osascript.js"
|
||||||
],
|
],
|
||||||
"afterSign": "./afterSignHook.js",
|
"afterSign": "./afterSignHook.js",
|
||||||
"mac": {
|
"mac": {
|
||||||
"asar": false,
|
|
||||||
"category": "public.app-category.developer-tools",
|
"category": "public.app-category.developer-tools",
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
"entitlements": "entitlements.mac.plist",
|
"entitlements": "entitlements.mac.plist",
|
||||||
|
@ -5,11 +5,11 @@ npmRebuild: true
|
|||||||
nodeGypRebuild: true
|
nodeGypRebuild: true
|
||||||
publish: null
|
publish: null
|
||||||
afterPack: "./afterPack.js"
|
afterPack: "./afterPack.js"
|
||||||
|
asar: false
|
||||||
files:
|
files:
|
||||||
- generated
|
- generated
|
||||||
- lib/shared/catalina-sudo/sudo-askpass.osascript.js
|
- lib/shared/catalina-sudo/sudo-askpass.osascript.js
|
||||||
mac:
|
mac:
|
||||||
asar: false
|
|
||||||
icon: assets/icon.icns
|
icon: assets/icon.icns
|
||||||
category: public.app-category.developer-tools
|
category: public.app-category.developer-tools
|
||||||
hardenedRuntime: true
|
hardenedRuntime: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user