diff options
Diffstat (limited to 'scripts/windows/copy-to-steam64.bat')
-rw-r--r-- | scripts/windows/copy-to-steam64.bat | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/windows/copy-to-steam64.bat b/scripts/windows/copy-to-steam64.bat deleted file mode 100644 index 319ff33..0000000 --- a/scripts/windows/copy-to-steam64.bat +++ /dev/null @@ -1,8 +0,0 @@ -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\" |