Merge pull request #3 from skarnl/feature/move-butler-credentials

Store Butler credentials in env-var
This commit is contained in:
Layla 2020-06-11 11:03:37 -04:00 committed by GitHub
commit 53fdf15e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
#!/bin/sh #!/bin/sh
set -e set -e
mkdir -p ~/.config/itch export BUTLER_API_KEY=$BUTLER_CREDENTIALS
echo $BUTLER_CREDENTIALS > ~/.config/itch/butler_creds
versionArgument="" versionArgument=""