From a2a6719333ddbafbfa5bfe635b12ba1421384145 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 31 Oct 2016 14:57:21 -0400 Subject: [PATCH] Update macos-build.sh --- src/macos-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macos-build.sh b/src/macos-build.sh index fcb7f7d3..f575a0fe 100755 --- a/src/macos-build.sh +++ b/src/macos-build.sh @@ -3,7 +3,7 @@ rmdir /q /s build rmdir /q /s dist rm -rf gam-$1-macos.tar.xz -pyinstaller --clean -F --distpath=gam macos-gam.spec +/Library/Frameworks/Python.framework/Versions/2.7/bin/pyinstaller --clean -F --distpath=gam macos-gam.spec cp LICENSE gam cp whatsnew.txt gam