mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-12 14:51:38 -05:00
Add resources for all plugins, make Mike's configurator the default configurator for the package build.
This commit is contained in:
@@ -1,20 +1,14 @@
|
||||
@echo off
|
||||
|
||||
set SUBWC="c:\program files\tortoisesvn\bin\subwcrev.exe"
|
||||
if not exist %SUBWC% goto NOSUBWC
|
||||
if not exist %SUBWC% set SUBWC=copy
|
||||
|
||||
echo Fixing version info...
|
||||
%SUBWC% %0\..\.. %0\..\config.h.templ %0\..\config.h
|
||||
%SUBWC% %0\..\.. %0\..\FireflyConfig\AssemblyInfo.cs.templ %0\..\FireflyConfig\AssemblyInfo.cs
|
||||
%SUBWC% %0\..\.. %0\..\nsi\mt-daapd.nsi.templ %0\..\nsi\mt-daapd.nsi
|
||||
%SUBWC% %0\..\.. %0\..\ssc-ffmpeg.rc.templ %0\..\ssc-ffmpeg.rc
|
||||
%SUBWC% %0\..\.. %0\..\mt-daapd.rc.templ %0\..\mt-daapd.rc
|
||||
%SUBWC% %0\..\.. %0\..\rsp.rc.templ %0\..\rsp.rc
|
||||
%SUBWC% %0\..\.. %0\..\w32-event.rc.templ %0\..\w32-event.rc
|
||||
%SUBWC% %0\..\.. %0\..\FireflyShell\version.h.templ %0\..\FireflyShell\version.h
|
||||
goto END
|
||||
|
||||
:NOSUBWC
|
||||
copy %0\..\config.h.templ %0\..\config.h
|
||||
copy %0\..\FireflyConfig\AssemblyInfo.cs.templ %0\..\FireflyConfig\AssemblyInfo.cs
|
||||
copy %0\..\nsi\mt-daapd.nsi.templ %0\..\nsi\mt-daapd.nsi
|
||||
copy %0\..\.. %0\..\ssc-ffmpeg.rc.templ %0\..\ssc-ffmpeg.rc
|
||||
copy %0\..\FireflyShell\version.h.templ %0\..\version.h
|
||||
:END
|
||||
|
||||
Reference in New Issue
Block a user