Skip to content

Commit

Permalink
Bump version number in the AppImage script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Dec 7, 2024
1 parent 4de2d52 commit fcd606f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/AppImage/makeAppImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ mkdir build/AppDir
DESTDIR=AppDir cmake --build build --target install

# Produce the AppImage, and bundle it with update metadata.
LINUXDEPLOY_OUTPUT_VERSION=v1.2 LDAI_UPDATE_INFORMATION="gh-releases-zsync|Clownacy|clownmaped|latest|ClownMapEd-*x86_64.AppImage.zsync" build/linuxdeploy-x86_64.AppImage --appdir build/AppDir --output appimage --plugin qt
LINUXDEPLOY_OUTPUT_VERSION=v1.2.0.1 LDAI_UPDATE_INFORMATION="gh-releases-zsync|Clownacy|clownmaped|latest|ClownMapEd-*x86_64.AppImage.zsync" build/linuxdeploy-x86_64.AppImage --appdir build/AppDir --output appimage --plugin qt

0 comments on commit fcd606f

Please sign in to comment.