Skip to content

Commit

Permalink
require admin perms in windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 2, 2023
1 parent 6d7464b commit 0aa5b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Unicode true
InstallDir "$PROGRAMFILES32\Steam\steamapps\common\Geometry Dash\" ; set default path to the most common one
XPStyle on
RequestExecutionLevel user
RequestExecutionLevel admin
ManifestSupportedOS Win7

; ui settings
Expand Down

0 comments on commit 0aa5b11

Please sign in to comment.