From ff43f8474e80ee1877a35e6333b3be20a5a05bd4 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Sun, 22 Mar 2020 11:06:46 -0700 Subject: [PATCH] Google changed project creation (#1124) * Google changed project creation * Work around travis issue --- src/gam.py | 2 +- src/travis/linux-x86_64-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index eace758e..13d559ee 100755 --- a/src/gam.py +++ b/src/gam.py @@ -6411,7 +6411,7 @@ def _createClientSecretsOauth2service(httpObj, projectId, login_hint, create_pro {console_url} -1. Choose "Other". +1. Choose "Desktop App" for "Application type". 2. Enter a desired value for "Name" or leave as is. 3. Click the blue "Create" button. 4. Copy the "client ID" value that shows on the next page. diff --git a/src/travis/linux-x86_64-install.sh b/src/travis/linux-x86_64-install.sh index 203b9169..beb20213 100755 --- a/src/travis/linux-x86_64-install.sh +++ b/src/travis/linux-x86_64-install.sh @@ -24,6 +24,7 @@ else strip gam/gam-staticx rm gam/gam mv gam/gam-staticx gam/gam + chmod 755 gam/gam tar cfJ $GAM_LEGACY_ARCHIVE gam/ echo "Legacy StaticX GAM info:" du -h gam/gam