Skip to content

Commit 9656cba

Browse files
author
timohueser
committed
minor fix deploy script 1804
1 parent 836c095 commit 9656cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/deploy_Ubuntu_1804.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ cmake -DUBUNTU_VERSION=1804 ..
44
make -j12
55
make install
66
cd ../deployment
7-
dpkg-deb --build --root-owner-group deb_packages/JARVIS-AnnotationTool_0.3-1_amd64_1804
8-
mv deb_packages/JARVIS-AnnotationTool_0.3-1_amd64_1804.deb .
7+
dpkg-deb --build --root-owner-group deb_packages/JARVIS-AnnotationTool_1.1-1_amd64_1804
8+
mv deb_packages/JARVIS-AnnotationTool_1.1-1_amd64_1804.deb .

0 commit comments

Comments
 (0)