mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
allow customizing windows install
This commit is contained in:
parent
fccbf83c12
commit
d52c067dc7
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ win:
|
||||||
- nsis
|
- nsis
|
||||||
icon: assets/icons/icon.png
|
icon: assets/icons/icon.png
|
||||||
nsis:
|
nsis:
|
||||||
|
allowToChangeInstallationDirectory: true
|
||||||
|
oneClick: false
|
||||||
shortcutName: ${productName}
|
shortcutName: ${productName}
|
||||||
uninstallDisplayName: ${productName}
|
uninstallDisplayName: ${productName}
|
||||||
createDesktopShortcut: always
|
createDesktopShortcut: always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue