mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21: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 "Xcode version:"
|
||||
xcodebuild -version
|
||||
export distpath="dist"
|
||||
export gampath="${distpath}/gam"
|
||||
export distpath="dist/"
|
||||
export gampath="${distpath}"
|
||||
rm -rf $gampath
|
||||
export specfile="gam.spec"
|
||||
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
|
||||
echo "compiling GAM with pyinstaller..."
|
||||
export distpath="dist/"
|
||||
export gampath="${distpath}/gam"
|
||||
export gampath="${distpath}"
|
||||
rm -rf $gampath
|
||||
#mkdir -p $gampath
|
||||
#export gampath=$(readlink -e $gampath)
|
||||
|
||||
Reference in New Issue
Block a user