mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Allow changing installation directory on windows
This commit is contained in:
parent
03d917fe2a
commit
6199f1b025
2 changed files with 8 additions and 1 deletions
|
|
@ -17,3 +17,7 @@
|
|||
DeleteRegKey HKCU "Software\Classes\Directory\shell\Hyper"
|
||||
DeleteRegKey HKCU "Software\Classes\Drive\shell\Hyper"
|
||||
!macroend
|
||||
|
||||
!macro customInstallMode
|
||||
StrCpy $isForceCurrentInstall "1"
|
||||
!macroend
|
||||
|
|
|
|||
|
|
@ -54,7 +54,10 @@
|
|||
"rfc3161TimeStampServer": "http://timestamp.comodoca.com"
|
||||
},
|
||||
"nsis": {
|
||||
"include": "build/win/installer.nsh"
|
||||
"include": "build/win/installer.nsh",
|
||||
"oneClick": false,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true
|
||||
},
|
||||
"mac": {
|
||||
"target": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue