Project

General

Profile

Feature #547 » 0023-AppImage-Rename-gtk4-client-AppImage.patch

S3_1 - Marko Lindqvist, 05/04/2024 12:58 PM

View differences:

platforms/appimage/build_appimages.sh
if ! tools/linuxdeploy-x86_64.AppImage --appdir AppDir/gtk4 --output appimage
then
echo "Gtk4-client image build with linuxdeploy failed!" >&2
exit 1
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
(2-2/2)