1
0
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:
Steven Hugg
2020-07-30 14:43:55 -05:00
parent 40aac97a58
commit 3d82280c0a
30 changed files with 2421 additions and 77 deletions
+2 -3
View File
@@ -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/