Skip to content

Commit

Permalink
Slight cleanup to audacious.nsi.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindgren90 committed Sep 10, 2016
1 parent 46da1c0 commit 78b3c77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions win32/audacious.nsi.in
Expand Up @@ -61,7 +61,7 @@ InstallDir "$PROGRAMFILES\Audacious"
!insertmacro MUI_LANGUAGE "English"

Section "Audacious" InstallSection
SectionIn 1 2 RO
SectionIn RO

SetOutPath "$INSTDIR"
File "${BUILDDIR}\README.txt"
Expand Down Expand Up @@ -101,7 +101,6 @@ SectionEnd

; Optional sections
Section "Add to Start Menu" StartMenuSection
SectionIn 1 2

SetShellVarContext all
SetOutPath "$INSTDIR\bin" ; sets the shortcut's working directory
Expand All @@ -110,7 +109,6 @@ Section "Add to Start Menu" StartMenuSection
SectionEnd

Section "Add to Desktop" DesktopSection
SectionIn 1 2

SetShellVarContext all
SetOutPath "$INSTDIR\bin" ; sets the shortcut's working directory
Expand Down

0 comments on commit 78b3c77

Please sign in to comment.