From a8c9941f9f0f0b1560a1aefbdfd8a36ff184fa9e Mon Sep 17 00:00:00 2001 From: canni2007 Date: Tue, 13 Nov 2007 20:29:18 +0000 Subject: - Deleted u3 host files which were twice times in branch. (Replaced them with a copy method) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@608 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/u3portable/copy.bat | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Installer/u3portable/copy.bat (limited to 'Installer/u3portable/copy.bat') diff --git a/Installer/u3portable/copy.bat b/Installer/u3portable/copy.bat new file mode 100644 index 00000000..608ea056 --- /dev/null +++ b/Installer/u3portable/copy.bat @@ -0,0 +1,20 @@ +@echo off + +cd ..\..\ + +SET PATH=.\Installer\u3portable\Host + +xcopy .\Covers\*.* %PATH% /Y /T /E +xcopy .\Languages\*.* %PATH% /Y /T /E +xcopy .\Plugins\*.* %PATH% /Y /T /E +xcopy .\Skins\*.* %PATH% /Y /T /E +xcopy .\Sounds\*.* %PATH% /Y /T /E +xcopy .\Themes\*.* %PATH% /Y /T /E +xcopy .\Covers\*.* %PATH% /Y /T /E +copy .\UltraStar.exe %PATH% /Y /T /E + +xcopy .\InstallerDependencies\dll\*.* %PATH% /Y /T /E + +cd .\Installer\u3portable\Host + +ren UltraStar.exe USdx.exe \ No newline at end of file -- cgit v1.2.3