Skip to content

Commit 7b93cee

Browse files
rffontenellegrulja
authored andcommitted
Update mediawriter_native.nsi to use PROGRAMFILES64
1 parent 78493f2 commit 7b93cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/win/mediawriter_native.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Var UninstLog
6060

6161
RequestExecutionLevel admin ;Require admin rights on NT6+ (When UAC is turned on)
6262

63-
InstallDir "$PROGRAMFILES\${APPNAME}"
63+
InstallDir "$PROGRAMFILES64\${APPNAME}"
6464

6565
# rtf or txt file - remember if it is txt, it must be in the DOS text format (\r\n)
6666
LicenseData "../../build/app/release/LICENSE.GPL-2.txt"

0 commit comments

Comments
 (0)