mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
fix gampath on win/mac
This commit is contained in:
4
.github/actions/macos-install.sh
vendored
4
.github/actions/macos-install.sh
vendored
@@ -3,8 +3,8 @@ macver=$(python -c "import platform; print(platform.mac_ver()[0])")
|
|||||||
echo $macver
|
echo $macver
|
||||||
echo "Xcode version:"
|
echo "Xcode version:"
|
||||||
xcodebuild -version
|
xcodebuild -version
|
||||||
export distpath="dist"
|
export distpath="dist/"
|
||||||
export gampath="${distpath}/gam"
|
export gampath="${distpath}"
|
||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
export specfile="gam.spec"
|
export specfile="gam.spec"
|
||||||
if [ "$macver" == "10.15.7" ]; then
|
if [ "$macver" == "10.15.7" ]; then
|
||||||
|
|||||||
2
.github/actions/windows-install.sh
vendored
2
.github/actions/windows-install.sh
vendored
@@ -5,7 +5,7 @@ elif [[ "$PLATFORM" == "x86" ]]; then
|
|||||||
fi
|
fi
|
||||||
echo "compiling GAM with pyinstaller..."
|
echo "compiling GAM with pyinstaller..."
|
||||||
export distpath="dist/"
|
export distpath="dist/"
|
||||||
export gampath="${distpath}/gam"
|
export gampath="${distpath}"
|
||||||
rm -rf $gampath
|
rm -rf $gampath
|
||||||
#mkdir -p $gampath
|
#mkdir -p $gampath
|
||||||
#export gampath=$(readlink -e $gampath)
|
#export gampath=$(readlink -e $gampath)
|
||||||
|
|||||||
Reference in New Issue
Block a user