Add files via upload

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

View file

@ -30,7 +30,7 @@ fi
jsondata=$(wget -qO- "https://api.itch.io/games/2577304/uploads?api_key=$apikey")
if [ -z "$itchjson" ]; then
if [ -z "$jsondata" ]; then
if [ "$gui" = "true" ]; then
/tmp/yad --text "Cannot get data from server, wrong itch.io key?"
# else