mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 15:16:38 +00:00
apple2: can read from boot prom
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
# https://github.com/Kentzo/git-archive-all
|
||||
# build archives
|
||||
export VERSION=`git tag | tail -1`
|
||||
export OUTDIR=dist
|
||||
echo Creating $OUTDIR
|
||||
git-archive-all --prefix . release/$OUTDIR.zip
|
||||
zip -9r release/$OUTDIR.zip gen
|
||||
mkdir $OUTDIR
|
||||
cd $OUTDIR
|
||||
unzip ../release/$OUTDIR.zip
|
||||
|
||||
+2
-2
@@ -2,5 +2,5 @@
|
||||
|
||||
. ./scripts/env.sh
|
||||
DESTPATH=$RSYNC_PATH/dev/
|
||||
git ls-files -z | rsync --stats --exclude '.*' --exclude 'scripts/*' --exclude=node_modules -ril --chmod=a+rx -e "ssh" --files-from - -0 . $DESTPATH
|
||||
rsync --stats -rpilvz --chmod=a+rx -e "ssh" ./gen config.js $DESTPATH/
|
||||
git ls-files -z | rsync --stats -riltz --exclude '.*' --exclude 'scripts/*' --exclude=node_modules --chmod=a+rx -e "ssh" --files-from - -0 . $DESTPATH
|
||||
rsync --stats -riltz --chmod=a+rx -e "ssh" ./gen config.js $DESTPATH/
|
||||
|
||||
Reference in New Issue
Block a user