mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
no mkdir
This commit is contained in:
2
.github/actions/linux-install.sh
vendored
2
.github/actions/linux-install.sh
vendored
@@ -1,7 +1,7 @@
|
|||||||
export distpath="dist/"
|
export distpath="dist/"
|
||||||
export gampath="${distpath}/gam"
|
export gampath="${distpath}/gam"
|
||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
mkdir -p $gampath
|
#mkdir -p $gampath
|
||||||
export gampath=$(readlink -e $gampath)
|
export gampath=$(readlink -e $gampath)
|
||||||
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $distpath gam.spec
|
$python -OO -m PyInstaller --clean --noupx --strip -F --distpath $distpath gam.spec
|
||||||
export gam="${gampath}/gam"
|
export gam="${gampath}/gam"
|
||||||
|
|||||||
2
.github/actions/windows-install.sh
vendored
2
.github/actions/windows-install.sh
vendored
@@ -7,7 +7,7 @@ echo "compiling GAM with pyinstaller..."
|
|||||||
export distpath="dist/"
|
export distpath="dist/"
|
||||||
export gampath="${distpath}/gam"
|
export gampath="${distpath}/gam"
|
||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
mkdir -p $gampath
|
#mkdir -p $gampath
|
||||||
export gampath=$(readlink -e $gampath)
|
export gampath=$(readlink -e $gampath)
|
||||||
pyinstaller --clean --noupx -F --distpath $distpath gam.spec
|
pyinstaller --clean --noupx -F --distpath $distpath gam.spec
|
||||||
export gam="${gampath}/gam"
|
export gam="${gampath}/gam"
|
||||||
|
|||||||
Reference in New Issue
Block a user