File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ icon: ./public/favicon.ico
66asar : true
77asarUnpack :
88 - resources/**
9- afterSign : ./scripts/notarize.js
9+ # Notarization is currently disabled as it requires Apple Developer credentials and incurs additional costs.
10+ # afterSign: ./scripts/notarize.js
1011files :
1112 - out/**/*
1213
6061
6162win :
6263 icon : ./public/favicon.ico
63- sign : ./scripts/winSign.js
64+ # Signing is currently disabled as it requires Azure credentials and incurs additional costs.
65+ # sign: ./scripts/winSign.js
6466 target : nsis
6567extraMetadata :
6668 main : out/main/index.js
Original file line number Diff line number Diff line change 22 "name" : " flojoy-studio" ,
33 "productName" : " Flojoy Studio" ,
44 "description" : " Joyful visual programming for Python" ,
5- "version" : " 0.4.2 " ,
5+ "version" : " 0.4.3 " ,
66 "private" : true ,
77 "homepage" : " ./" ,
88 "author" : " Jack Parmer <jp@flojoy.io>" ,
You can’t perform that action at this time.
0 commit comments