7 lines
184 B
Batchfile
7 lines
184 B
Batchfile
|
rmdir /S /Q testbinary\windows
|
||
|
mkdir testbinary\windows
|
||
|
|
||
|
xcopy ".\dist\windows\" ".\testbinary\windows\" /h /i /c /k /e /r /y
|
||
|
|
||
|
cd ".\testbinary\windows\StardewSync"
|
||
|
".\StardewSync.exe"
|