fix: corrige syntaxe do publisherName no build do electron
This commit is contained in:
+2
-2
@@ -19,10 +19,10 @@
|
|||||||
"productName": "ScoreOdonto Dental Client",
|
"productName": "ScoreOdonto Dental Client",
|
||||||
"win": {
|
"win": {
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
"icon": "favicon.png",
|
"icon": "favicon.png"
|
||||||
"publisherName": "ScoreOdonto"
|
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
|
"publisherName": "ScoreOdonto",
|
||||||
"oneClick": true,
|
"oneClick": true,
|
||||||
"perMachine": true,
|
"perMachine": true,
|
||||||
"allowToChangeInstallationDirectory": false,
|
"allowToChangeInstallationDirectory": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user