Skip to content

Commit

Permalink
Add version number to generated AppImages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Apr 11, 2024
1 parent 0845e49 commit c172929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ if(APPIMAGE_MODE)
endif()
add_custom_target(appimage
COMMAND ./${DEPLOY} --appdir AppDir --desktop-file AppDir/usr/share/applications/science.cadabra.cadabra2-gtk.desktop --output appimage
COMMAND mv Cadabra_2-${CMAKE_SYSTEM_PROCESSOR}.AppImage Cadabra_${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH}_${CMAKE_SYSTEM_PROCESSOR}.AppImage
)
endif()

Expand Down

0 comments on commit c172929

Please sign in to comment.