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
b8967b335a
commit
3d322e83e9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [ -z "$@" ]; then
|
|||
if ! [ -f "/tmp/yad" ]; then
|
||||
yadinstall
|
||||
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
|
||||
else
|
||||
apikey=$(echo "$@")
|
||||
|
|
Loading…
Add table
Reference in a new issue