Skip to content

Commit 0a31ff5

Browse files
committed
deployment fixes
1 parent efc9c4f commit 0a31ff5

File tree

1,199 files changed

+1505
-351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,199 files changed

+1505
-351
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ elseif(WIN32)
9494
gui/Qt-DarkStyle/darkstyle.qrc
9595
${APP_ICON_RESOURCE_WINDOWS}
9696
)
97-
97+
9898
elseif (UNIX)
9999
set(CMAKE_INSTALL_RPATH /usr/local/lib/JARVIS-AnnotationTool;)
100100
add_executable(${PROJECT_NAME}
@@ -104,9 +104,9 @@ elseif (UNIX)
104104
)
105105
if (${UBUNTU_VERSION})
106106
if(${UBUNTU_VERSION} STREQUAL "2004")
107-
install(TARGETS ${PROJECT_NAME} DESTINATION ${PROJECT_SOURCE_DIR}/deployment/deb_packages/JARVIS-AnnotationTool_1.1-1_amd64_2004/usr/local/bin)
107+
install(TARGETS ${PROJECT_NAME} DESTINATION ${PROJECT_SOURCE_DIR}/deployment/deb_packages/JARVIS-AnnotationTool_1.2-1_amd64_2004/usr/local/bin)
108108
else()
109-
install(TARGETS ${PROJECT_NAME} DESTINATION ${PROJECT_SOURCE_DIR}/deployment/deb_packages/JARVIS-AnnotationTool_1.1-1_amd64_1804/usr/local/bin)
109+
install(TARGETS ${PROJECT_NAME} DESTINATION ${PROJECT_SOURCE_DIR}/deployment/deb_packages/JARVIS-AnnotationTool_1.2-1_amd64_1804/usr/local/bin)
110110
endif()
111111
endif()
112112
endif()

deployment/deb_packages/JARVIS-AnnotationTool_1.1-1_amd64_1804/usr/local/share/JARVIS-AnnotationTool/icons/DarkIconTheme/scalable/emblems/logo.svg

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)