Skip to content

Commit 19a1143

Browse files
committed
Move openCV libraries to appimage by copying all files from usr/share/lib
1 parent 23541ec commit 19a1143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appimage.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ copy_deps
6565
# echo Moving libraries...
6666
move_lib
6767
mv usr/lib/x86_64-linux-gnu/* usr/lib/
68-
# test, copy opencv!
69-
# mv usr/local/lib/* usr/lib/
68+
# moving opencv libs
69+
mv usr/local/lib/* usr/lib/
7070
# echo libraries moved
7171

7272
########################################################################

0 commit comments

Comments
 (0)