Skip to content

Commit

Permalink
Don't require administrator permission to run installer
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-pro committed Jan 12, 2024
1 parent 76fd89b commit 565b104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solar-screen-brightness"
version = "2.0.0"
version = "2.0.1"
authors = ["Jacob Halsey <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
1 change: 1 addition & 0 deletions installer/windows.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Unicode True
!include "MUI2.nsh"
!include "nsProcess.nsh"

RequestExecutionLevel user
OutFile "ssb-installer.exe"
Name "Solar Screen Brightness"
InstallDir "$LocalAppdata\solar-screen-brightness"
Expand Down

0 comments on commit 565b104

Please sign in to comment.