Skip to content

Commit

Permalink
Merge pull request #81 from Govind-S-B/main
Browse files Browse the repository at this point in the history
Update nsis_script.nsi
  • Loading branch information
Govind-S-B authored Jul 4, 2023
2 parents a683f4a + 6fac85b commit 829deb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsis_script.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ SectionEnd

; Create a shortcut for ehsa_frontend.exe on the desktop
Section
SetOutPath "$INSTDIR\bin"
CreateShortCut "$DESKTOP\EHSA.lnk" "$INSTDIR\bin\ehsa_frontend.exe"
ShellLink::SetRunAsAdministrator $DESKTOP\EHSA.lnk
SectionEnd
Expand Down

0 comments on commit 829deb0

Please sign in to comment.