1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

move bitmap-fonts and ibmfonts submodules to first level so they copy properly

This commit is contained in:
Steven Hugg
2019-04-18 18:08:04 -04:00
parent dcd07a1440
commit 37bb4e7a60
6 changed files with 10 additions and 6 deletions
+4 -4
View File
@@ -19,11 +19,11 @@
[submodule "localForage"]
path = localForage
url = https://github.com/localForage/localForage
[submodule "tools/fonts/bitmap-fonts"]
path = tools/fonts/bitmap-fonts
[submodule "bitmap-fonts"]
path = bitmap-fonts
url = https://github.com/Tecate/bitmap-fonts
[submodule "tools/fonts/ibmfonts"]
path = tools/fonts/ibmfonts
[submodule "ibmfonts"]
path = ibmfonts
url = https://github.com/farsil/ibmfonts
[submodule "jsnes"]
path = jsnes
Submodule
+1
Submodule bitmap-fonts added at 6f52a7ca08
Submodule
+1
Submodule ibmfonts added at 7a9227d430
+2
View File
@@ -19,6 +19,8 @@ echo "Extracting to $TMPDIR..."
rm -fr $TMPDIR
mkdir -p $TMPDIR
git archive $VERSION | tar x -C $TMPDIR
ls $TMPDIR
pause
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 -rpilvz --chmod=a+rx -e "ssh -p 2222" --copy-dest=$DEVPATH ./gen $DESTPATH/
+1
View File
@@ -0,0 +1 @@
../../bitmap-fonts
+1
View File
@@ -0,0 +1 @@
../../ibmfonts