forked from tiltedphoques/TiltedEvolution
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakeLinux.cmd
More file actions
9 lines (8 loc) · 762 Bytes
/
MakeLinux.cmd
File metadata and controls
9 lines (8 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
@echo off
docker build . -t tiltedphoques/st-reborn-server:v1.28.0-84
mkdir build\linux\x64
docker run --rm --entrypoint /bin/sh tiltedphoques/st-reborn-server:v1.28.0-84 -c "cat /home/server/SkyrimTogetherServer.debug" > ./build/linux/x64/SkyrimTogetherServer.debug
docker run --rm --entrypoint /bin/sh tiltedphoques/st-reborn-server:v1.28.0-84 -c "cat /home/server/SkyrimTogetherServer" > ./build/linux/x64/SkyrimTogetherServer
docker run --rm --entrypoint /bin/sh tiltedphoques/st-reborn-server:v1.28.0-84 -c "cat /home/server/libSTServer.so" > ./build/linux/x64/libSTServer.so
docker run --rm --entrypoint /bin/sh tiltedphoques/st-reborn-server:v1.28.0-84 -c "cat /home/server/libSTServer.debug" > ./build/linux/x64/libSTServer.debug
timeout /t 30 /nobreak