From eeebf56a78b006438ee848f7ebf250f7747c74f1 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 23 Apr 2020 17:06:18 -0400 Subject: [PATCH] osx fix --- src/travis/osx-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis/osx-install.sh b/src/travis/osx-install.sh index 9a0dc770..e56de5e1 100755 --- a/src/travis/osx-install.sh +++ b/src/travis/osx-install.sh @@ -12,4 +12,4 @@ cp GamCommands.txt $gampath MACOSVERSION=$(defaults read loginwindow SystemVersionStampAsString) GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-MacOS$MACOSVERSION.tar.xz rm $gampath/lastupdatecheck.txt -tar cfJ $GAM_ARCHIVE $gampath --transform s/.*dist/gam/ +tar cfJ $GAM_ARCHIVE $gampath --transform s/$gampath/gam/