config of online installer is added
This commit is contained in:
parent
bce9165f2b
commit
13902ba1fc
|
@ -48,7 +48,7 @@
|
|||
"title": "DS Talk"
|
||||
},
|
||||
"win": {
|
||||
"target": ["zip", "nsis"],
|
||||
"target": ["nsis-web"],
|
||||
"icon": "./config/build/win/icon/daesang/16x16.ico",
|
||||
"legalTrademarks": "(c) 2015 lgucap.com",
|
||||
"publisherName": "LGCNS",
|
||||
|
@ -72,5 +72,13 @@
|
|||
"perMachine": false,
|
||||
"differentialPackage": true,
|
||||
"include": "./config/build/win/nsis/installer.nsh"
|
||||
},
|
||||
"nsisWeb": {
|
||||
"appPackageUrl": "https://messenger.daesang.com/AppDist/pc/",
|
||||
"oneClick": true,
|
||||
"allowToChangeInstallationDirectory": false,
|
||||
"perMachine": false,
|
||||
"differentialPackage": true,
|
||||
"include": "./config/build/win/nsis/installer.nsh"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user