Google changed project creation (#1124)

* Google changed project creation

* Work around travis issue
This commit is contained in:
Ross Scroggs
2020-03-22 11:06:46 -07:00
committed by GitHub
parent 7577e4385c
commit ff43f8474e
2 changed files with 2 additions and 1 deletions

View File

@@ -6411,7 +6411,7 @@ def _createClientSecretsOauth2service(httpObj, projectId, login_hint, create_pro
{console_url} {console_url}
1. Choose "Other". 1. Choose "Desktop App" for "Application type".
2. Enter a desired value for "Name" or leave as is. 2. Enter a desired value for "Name" or leave as is.
3. Click the blue "Create" button. 3. Click the blue "Create" button.
4. Copy the "client ID" value that shows on the next page. 4. Copy the "client ID" value that shows on the next page.

View File

@@ -24,6 +24,7 @@ else
strip gam/gam-staticx strip gam/gam-staticx
rm gam/gam rm gam/gam
mv gam/gam-staticx gam/gam mv gam/gam-staticx gam/gam
chmod 755 gam/gam
tar cfJ $GAM_LEGACY_ARCHIVE gam/ tar cfJ $GAM_LEGACY_ARCHIVE gam/
echo "Legacy StaticX GAM info:" echo "Legacy StaticX GAM info:"
du -h gam/gam du -h gam/gam