Skip to content

Commit

Permalink
Change installer script to not require admin privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
rswinkle committed Jan 15, 2018
1 parent c629b8e commit 5a14d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdl_img
=======

A simple image viewer based on stb_image.h (with the suggested animated GIF API extension).

Goals / Focus
Expand Down
3 changes: 3 additions & 0 deletions make_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ SetCompressorDictSize 64
Name "sdl_img-${VERSION}"
OutFile "sdl_img-${VERSION}-Setup.exe"

; Not sure how this works if they keep the default install folder
RequestExecutionLevel user

; Default install folder
InstallDir "$PROGRAMfILES64\sdl_img"

Expand Down

0 comments on commit 5a14d3f

Please sign in to comment.