mirror of
https://github.com/heebijeebi/WinTango-Patcher.git
synced 2024-06-22 05:21:56 +02:00
15 lines
345 B
Batchfile
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" |