mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 15:16:38 +00:00
electron: initial experimental build (npm start), removed web/images
This commit is contained in:
+2
-3
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ./scripts/env.sh
|
||||
DESTPATH=$RSYNC_PATH/dev/
|
||||
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/
|
||||
make dist
|
||||
rsync --stats -riltz --chmod=a+rx -e "ssh" ./tmp/dist/ config.js $DESTPATH/
|
||||
|
||||
Reference in New Issue
Block a user