summaryrefslogtreecommitdiff
path: root/setup/scripts/install_smplayer.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'setup/scripts/install_smplayer.cmd')
-rw-r--r--setup/scripts/install_smplayer.cmd9
1 files changed, 8 insertions, 1 deletions
diff --git a/setup/scripts/install_smplayer.cmd b/setup/scripts/install_smplayer.cmd
index 906c3c7..59427b0 100644
--- a/setup/scripts/install_smplayer.cmd
+++ b/setup/scripts/install_smplayer.cmd
@@ -13,6 +13,7 @@ set OUTPUT_DIR=smplayer-build
set SMPLAYER_DIR=svn\smplayer
set SMTUBE_DIR=svn\smtube
set SMPLAYER_THEMES_DIR=svn\smplayer-themes
+set SMPLAYER_SKINS_DIR=svn\smplayer-skins
set MPLAYER_DIR=mplayer
set QT_DIR=C:\QtSDK\Desktop\Qt\%QTVER%\mingw
@@ -23,7 +24,8 @@ echo.
mkdir %OUTPUT_DIR%
copy %SMPLAYER_DIR%\src\release\smplayer.exe %OUTPUT_DIR%
copy %SMPLAYER_DIR%\dxlist\release\dxlist.exe %OUTPUT_DIR%
-copy %SMPLAYER_DIR%\zlib-1.2.6\zlib1.dll %OUTPUT_DIR%
+copy %SMPLAYER_DIR%\zlib\zlib1.dll %OUTPUT_DIR%
+copy %SMPLAYER_DIR%\setup\sample.avi %OUTPUT_DIR%
copy %SMPLAYER_DIR%\*.txt %OUTPUT_DIR%
copy %QT_DIR%\bin\QtCore4.dll %OUTPUT_DIR%
copy %QT_DIR%\bin\QtGui4.dll %OUTPUT_DIR%
@@ -67,6 +69,11 @@ echo.
svn export --force %SMPLAYER_THEMES_DIR%\themes %OUTPUT_DIR%\themes
echo.
+echo ###### Skins Themes #######
+echo.
+svn export --force %SMPLAYER_SKINS_DIR%\themes %OUTPUT_DIR%\themes
+
+echo.
echo ###### MPlayer #######
echo.
xcopy %MPLAYER_DIR% %OUTPUT_DIR%\mplayer\ /E