mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Google changed project creation (#1124)
* Google changed project creation * Work around travis issue
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user