Feature #547 » 0046-AppImage-Rename-gtk4-client-AppImage.patch
platforms/appimage/build_appimages.sh | ||
---|---|---|
echo "Gtk4-client image build with linuxdeploy failed!" >&2
|
||
exit 1
|
||
fi
|
||
if ! mv Freeciv-x86_64.AppImage Freeciv-gtk4-x86_64.AppImage ; then
|
||
echo "gtk4-client appimage rename failed!" >&2
|
||
exit 1
|
||
fi
|