Add files via upload

This commit is contained in:
bakustarver 2025-05-16 06:00:05 +03:00 committed by GitHub
parent b8967b335a
commit 3d322e83e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ if [ -z "$@" ]; then
if ! [ -f "/tmp/yad" ]; then if ! [ -f "/tmp/yad" ]; then
yadinstall yadinstall
fi fi
apikey=$(/tmp/yad --entry --entry-label="Your itch io api key" --title="Pro version installer") apikey=$(/tmp/yad --width=600 --entry --entry-label="Your itch io api key" --title="Pro version installer")
gui=true gui=true
else else
apikey=$(echo "$@") apikey=$(echo "$@")