Skip to content

Commit

Permalink
installer/windows: append Vial to user selected paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Jul 30, 2021
1 parent 93c33c3 commit 0d33cb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/installer/windows/Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ Section

SectionEnd

Function .onVerifyInstDir
StrCpy $InstDir "$InstDir\${app_name}"
FunctionEnd

;--------------------------------
;Uninstaller Section

Expand Down

0 comments on commit 0d33cb9

Please sign in to comment.