6352e8e319
all at once
9 lines
320 B
Batchfile
9 lines
320 B
Batchfile
cd /d %~dp0
|
|
cd ..\..\dist
|
|
|
|
set STEAM_STARBOUND_DIR=c:\Program Files (x86)\Steam\steamapps\common\Starbound - Unstable
|
|
|
|
.\asset_packer.exe -c ..\assets\packing.config "custom assets" ..\assets\packed .\packed.pak
|
|
move packed.pak "%STEAM_STARBOUND_DIR%\assets\packed.pak"
|
|
copy starbound.exe "%STEAM_STARBOUND_DIR%\win64\"
|