File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://json.schemastore.org/electron-builder" ,
23 "appId" : " io.masscode.app" ,
34 "productName" : " massCode" ,
45 "directories" : {
2930 "oneClick" : false ,
3031 "perMachine" : false ,
3132 "allowToChangeInstallationDirectory" : true ,
32- "shortcutName" : " massCode"
33+ "shortcutName" : " massCode" ,
34+ "artifactName" : " ${productName}-${version}-${arch}.${ext}"
35+ },
36+ "portable" : {
37+ "artifactName" : " ${productName}-${version}-${arch}-portable.${ext}"
3338 },
3439 "protocols" : [
3540 {
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://json.schemastore.org/electron-builder" ,
23 "appId" : " io.masscode.app" ,
34 "productName" : " massCode" ,
45 "directories" : {
3031 "oneClick" : false ,
3132 "perMachine" : false ,
3233 "allowToChangeInstallationDirectory" : true ,
33- "shortcutName" : " massCode"
34+ "shortcutName" : " massCode" ,
35+ "artifactName" : " ${productName}-${version}-${arch}-sponsored.${ext}"
36+ },
37+ "portable" : {
38+ "artifactName" : " ${productName}-${version}-${arch}-portable-sponsored.${ext}"
3439 },
3540 "protocols" : [
3641 {
You can’t perform that action at this time.
0 commit comments