mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-16 17:30:27 +00:00
version 3.1.0
This commit is contained in:
parent
9cff180022
commit
49593cc38d
@ -7,7 +7,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var VERSION = '3.0.0';
|
var VERSION = '3.1.0';
|
||||||
var QS = document.location.search || '?';
|
var QS = document.location.search || '?';
|
||||||
document.location.href = 'v' + VERSION + '/' + QS;
|
document.location.href = 'v' + VERSION + '/' + QS;
|
||||||
</script>
|
</script>
|
||||||
|
@ -21,5 +21,5 @@ mkdir -p $TMPDIR
|
|||||||
git archive $VERSION | tar x -C $TMPDIR
|
git archive $VERSION | tar x -C $TMPDIR
|
||||||
echo "Copying to $DESTPATH..."
|
echo "Copying to $DESTPATH..."
|
||||||
rsync --stats --exclude '.*' --exclude 'scripts/*' --exclude=node_modules --copy-dest=$DEVPATH -rilz --chmod=a+rx -e "ssh -p 2222" $TMPDIR/ $SUBMODS $DESTPATH
|
rsync --stats --exclude '.*' --exclude 'scripts/*' --exclude=node_modules --copy-dest=$DEVPATH -rilz --chmod=a+rx -e "ssh -p 2222" $TMPDIR/ $SUBMODS $DESTPATH
|
||||||
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" ./gen ./mame $DESTPATH/
|
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" --copy-dest=$DEVPATH ./gen ./mame $DESTPATH/
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user