mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-23 03:29:05 +00:00
minor fixes
This commit is contained in:
parent
132e4c5993
commit
94d87bb91a
@ -90,6 +90,7 @@ TODO:
|
|||||||
- HTTPS warning
|
- HTTPS warning
|
||||||
- Safari: scope doesn't show while CRT in use
|
- Safari: scope doesn't show while CRT in use
|
||||||
- recording video indicator
|
- recording video indicator
|
||||||
|
- verilog: support VGA/multisync monitor?
|
||||||
|
|
||||||
|
|
||||||
WEB WORKER FORMAT
|
WEB WORKER FORMAT
|
||||||
|
@ -4,4 +4,5 @@
|
|||||||
VERSION=`git tag | tail -1`
|
VERSION=`git tag | tail -1`
|
||||||
DESTPATH=$RSYNC_PATH/
|
DESTPATH=$RSYNC_PATH/
|
||||||
git archive --format tar.gz --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.tgz
|
git archive --format tar.gz --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.tgz
|
||||||
|
git archive --format zip --prefix 8bitworkshop- HEAD tools/ > release/8bitworkshop-tools.zip
|
||||||
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" ./release $DESTPATH/
|
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" ./release $DESTPATH/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user