1
0
mirror of https://github.com/heebijeebi/WinTango-Patcher.git synced 2024-06-22 05:21:56 +02:00
Files
wintango-patcher/_Build Resources.cmd
heebijeebi 054def11c3 Bugfix
2016-12-08 10:10:48 +01:00

15 lines
345 B
Batchfile

@setlocal & echo off
title Compiling Patcher Resources
set "CURRDIR=%CD%"
set "tmpDir=%CD%\_tmp"
set "FILENAME=WinTango-Patcher-LATEST"
cd /d ".\project\_Resources"
echo Compressing Resources...
CALL _BuildResources.exe
move "%CURRDIR%\project\_Resources\_ARCHIVES\*.7z" "%CURRDIR%"
:cleanup
rd /s /q "%CURRDIR%\project\_Resources\_ARCHIVES"