mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
Add vs 2005 vc runtimes, set permissions on mapping.ini.
This commit is contained in:
parent
ff9e783936
commit
8936a5816d
@ -181,8 +181,8 @@ NoProgramItems:
|
|||||||
File "${DLL_SOURCE}\avformat.dll"
|
File "${DLL_SOURCE}\avformat.dll"
|
||||||
File "${DLL_SOURCE}\libFLAC.dll"
|
File "${DLL_SOURCE}\libFLAC.dll"
|
||||||
|
|
||||||
File "${REDIST_SOURCE}\msvcp71.dll"
|
File "${REDIST_SOURCE}\msvcp80.dll"
|
||||||
File "${REDIST_SOURCE}\msvcr71.dll"
|
File "${REDIST_SOURCE}\msvcr80.dll"
|
||||||
|
|
||||||
SetOutPath "$2\plugins"
|
SetOutPath "$2\plugins"
|
||||||
File "${MTD_SOURCE}\rsp.dll"
|
File "${MTD_SOURCE}\rsp.dll"
|
||||||
@ -241,11 +241,16 @@ NoProgramItems:
|
|||||||
File "${ADMIN_ROOT}\lib-js\script.aculo.us\slider.js"
|
File "${ADMIN_ROOT}\lib-js\script.aculo.us\slider.js"
|
||||||
File "${ADMIN_ROOT}\lib-js\script.aculo.us\unittest.js"
|
File "${ADMIN_ROOT}\lib-js\script.aculo.us\unittest.js"
|
||||||
SetOutPath "$2"
|
SetOutPath "$2"
|
||||||
|
IfFileExists "$2\mapping.ini" HasMap
|
||||||
|
File "mapping.ini"
|
||||||
|
|
||||||
|
HasMap:
|
||||||
File "mt-daapd-example.conf"
|
File "mt-daapd-example.conf"
|
||||||
IfFileExists "$2\mt-daapd.conf" HasConf
|
IfFileExists "$2\mt-daapd.conf" HasConf
|
||||||
SetOverwrite off
|
SetOverwrite off
|
||||||
CopyFiles "$2\mt-daapd-example.conf" "$2\mt-daapd.conf"
|
CopyFiles "$2\mt-daapd-example.conf" "$2\mt-daapd.conf"
|
||||||
WriteINIStr "$2\mt-daapd.conf" "general" "mp3_dir" $3
|
WriteINIStr "$2\mt-daapd.conf" "general" "mp3_dir" $3
|
||||||
|
|
||||||
HasConf:
|
HasConf:
|
||||||
WriteINIStr "$2\mt-daapd.conf" "plugins" "plugin_dir" "plugins"
|
WriteINIStr "$2\mt-daapd.conf" "plugins" "plugin_dir" "plugins"
|
||||||
WriteINIStr "$2\mt-daapd.conf" "plugins" "plugins" ""
|
WriteINIStr "$2\mt-daapd.conf" "plugins" "plugins" ""
|
||||||
@ -281,6 +286,7 @@ HasConf:
|
|||||||
trunc_skip:
|
trunc_skip:
|
||||||
WriteINIStr "$2\mt-daapd.conf" "general" "db_type" "sqlite3"
|
WriteINIStr "$2\mt-daapd.conf" "general" "db_type" "sqlite3"
|
||||||
AccessControl::SetOnFile "$2\mt-daapd.conf" "Everyone" "FullAccess"
|
AccessControl::SetOnFile "$2\mt-daapd.conf" "Everyone" "FullAccess"
|
||||||
|
AccessControl::SetOnFile "$2\mapping.ini" "Everyone" "FullAccess"
|
||||||
SetAutoClose False
|
SetAutoClose False
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user