mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-06-07 17:55:54 +02:00
Add files via upload
This commit is contained in:
parent
c0229f4d6f
commit
b8967b335a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ fi
|
||||||
|
|
||||||
jsondata=$(wget -qO- "https://api.itch.io/games/2577304/uploads?api_key=$apikey")
|
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
|
if [ "$gui" = "true" ]; then
|
||||||
/tmp/yad --text "Cannot get data from server, wrong itch.io key?"
|
/tmp/yad --text "Cannot get data from server, wrong itch.io key?"
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Add table
Reference in a new issue