mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 12:29:18 -05:00
Fix the bug where custom mp3 dir appends "firefly media server" to the end of the path. Closes #145
This commit is contained in:
parent
dddac589fa
commit
00f87a0d0b
@ -23,6 +23,7 @@
|
||||
!include "MUI.nsh"
|
||||
|
||||
; MUI Settings
|
||||
;!define MUI_WELCOMEFINISHPAGE_BITMAP "ffsetup4.bmp"
|
||||
!define MUI_ABORTWARNING
|
||||
!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
|
||||
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
|
||||
@ -61,7 +62,7 @@ Name "${PRODUCT_NAME}"
|
||||
Icon "..\ff.ico"
|
||||
UninstallIcon "..\ff.ico"
|
||||
OutFile "${PRODUCT_NAME} (${PRODUCT_VERSION}).exe"
|
||||
InstallDir "$PROGRAMFILES\${PRODUCT_NAME}"
|
||||
InstallDir "$PROGRAMFILES\${PRODUCT_NAME}\"
|
||||
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
|
||||
ShowInstDetails show
|
||||
ShowUnInstDetails show
|
||||
|
Loading…
x
Reference in New Issue
Block a user