mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-21 06:16:43 +00:00
platform id like '.mame' shares same presets
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./scripts/env.sh
|
||||
VERSION=`git tag | tail -1`
|
||||
DESTPATH=$RSYNC_PATH/
|
||||
rsync --stats -rilv -e "ssh -p 2222" ./release/ $DESTPATH/release
|
||||
git archive --format tar.gz --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.tgz
|
||||
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" ./release $DESTPATH/
|
||||
|
||||
Reference in New Issue
Block a user