Skip to content
This repository was archived by the owner on Apr 15, 2021. It is now read-only.

Commit c8f6bfc

Browse files
committed
Fix NSIS instructions
1 parent 35ab520 commit c8f6bfc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build/nsis/32bit/installer.nsi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name "Egram"
44
OutFile "egram-setup.exe"
55

6-
InstallDir "$PROGRAMFILES32\Egram"
6+
InstallDir "$APPDATA\Egram"
77

88
InstallDirRegKey HKCU "Software\Egram32" ""
99

@@ -41,8 +41,6 @@ SectionEnd
4141

4242
Section "Uninstall"
4343

44-
File /r ".\*"
45-
4644
Delete "$INSTDIR\Uninstall.exe"
4745

4846
RMDir "$INSTDIR"

build/nsis/64bit/installer.nsi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name "Egram"
44
OutFile "egram-setup.exe"
55

6-
InstallDir "$PROGRAMFILES64\Egram"
6+
InstallDir "$APPDATA\Egram"
77

88
InstallDirRegKey HKCU "Software\Egram64" ""
99

@@ -41,8 +41,6 @@ SectionEnd
4141

4242
Section "Uninstall"
4343

44-
File /r ".\*"
45-
4644
Delete "$INSTDIR\Uninstall.exe"
4745

4846
RMDir "$INSTDIR"

0 commit comments

Comments
 (0)