mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 06:46:09 +00:00
feat(windows): add assisted installer setup
This commit is contained in:
@@ -105,10 +105,15 @@
|
||||
"target": [
|
||||
"nsis"
|
||||
],
|
||||
"icon": "icons/icons/win/icon.ico"
|
||||
,
|
||||
"icon": "icons/icons/win/icon.ico",
|
||||
"executableName": "Recordly",
|
||||
"artifactName": "${productName}-windows-${arch}.${ext}"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true,
|
||||
"shortcutName": "Recordly"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user