fix distpath linux

This commit is contained in:
Jay Lee
2021-05-24 10:11:40 -04:00
parent d306c5e0a3
commit 5f5875acc1

View File

@@ -1,5 +1,5 @@
export distpath="dist/"
export gampath="${distpath}/gam"
export gampath="${distpath}"
rm -rf $gampath
#mkdir -p $gampath
#export gampath=$(readlink -e $gampath)