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

Commit

Permalink
Fix NSIS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
x2bool committed Jan 20, 2019
1 parent 35ab520 commit c8f6bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build/nsis/32bit/installer.nsi
Expand Up @@ -3,7 +3,7 @@
Name "Egram"
OutFile "egram-setup.exe"

InstallDir "$PROGRAMFILES32\Egram"
InstallDir "$APPDATA\Egram"

InstallDirRegKey HKCU "Software\Egram32" ""

Expand Down Expand Up @@ -41,8 +41,6 @@ SectionEnd

Section "Uninstall"

File /r ".\*"

Delete "$INSTDIR\Uninstall.exe"

RMDir "$INSTDIR"
Expand Down
4 changes: 1 addition & 3 deletions build/nsis/64bit/installer.nsi
Expand Up @@ -3,7 +3,7 @@
Name "Egram"
OutFile "egram-setup.exe"

InstallDir "$PROGRAMFILES64\Egram"
InstallDir "$APPDATA\Egram"

InstallDirRegKey HKCU "Software\Egram64" ""

Expand Down Expand Up @@ -41,8 +41,6 @@ SectionEnd

Section "Uninstall"

File /r ".\*"

Delete "$INSTDIR\Uninstall.exe"

RMDir "$INSTDIR"
Expand Down

0 comments on commit c8f6bfc

Please sign in to comment.