Feature #547 » 0023-AppImage-Rename-gtk4-client-AppImage.patch
| 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
|
||
- « Previous
- 1
- 2
- Next »