Skip to content

Commit

Permalink
Linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed Oct 5, 2018
1 parent aa1b378 commit f628a6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_linux.sh
@@ -0,0 +1,7 @@
#!/bin/bash
rm -r hoppinworld-export-linux
mkdir hoppinworld-export-linux
cp target/release/hoppinworld hoppinworld-export-linux/
rsync -avp assets/* hoppinworld-export-linux/assets
rsync -avp maps/* hoppinworld-export-linux/maps
zip -r hoppinworld-linux.zip hoppinworld-export-linux

0 comments on commit f628a6a

Please sign in to comment.