Changeset - d3752869184e
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 8 years ago 2017-05-05 05:31:26
hy@ozderya.net
fix appimage version number
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
cmake/modules/BuildLinuxAppImage.cmake
Show inline comments
 
@@ -4,8 +4,7 @@ set(LINUXDEPLOYQT_URL "https://github.co
 
set(LINUXDEPLOYQT_TOOL ${CMAKE_CURRENT_BINARY_DIR}/linuxdeployqt-1-x86_64.AppImage)
 

	
 
set(APPIMAGE ${CMAKE_CURRENT_BINARY_DIR}/app/SerialPlot.AppImage)
 
# TODO: VERSION number
 
set(APPIMAGE_DIR ${CMAKE_CURRENT_BINARY_DIR}/SerialPlot-VERSION)
 
set(APPIMAGE_DIR ${CMAKE_CURRENT_BINARY_DIR}/SerialPlot-${VERSION_STRING})
 

	
 
add_custom_command(
 
    OUTPUT
0 comments (0 inline, 0 general)