createapp fix indent

pull/94/head
Botspot 4 years ago
parent 67a0e744f8
commit 1890022a01

@ -243,7 +243,7 @@ Or do you want one combined install script?" | yad --text-info --fontname=12 --w
scriptname='install-64'
"$preferrededitor" "${DIRECTORY}/apps/${name}/${scriptname}" &
elif [ "$compatibility" == "64 32" ];then
scriptname='' #this symbolizes that 2 scripts will be made
scriptname='' #this symbolizes that 2 scripts will be made
"$preferrededitor" "${DIRECTORY}/apps/${name}/install-64" &
"$preferrededitor" "${DIRECTORY}/apps/${name}/install-32" &
elif [ "$compatibility" == "6432" ];then

Loading…
Cancel
Save