Skip to content

Commit

Permalink
linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed May 8, 2024
1 parent 6b1c12c commit 49b3d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/build-appimg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ do
do
for f in $(find ${q_dir} -type f -iname "${q_lib}*.so*" -print)
do
cp -Lv $f appdir/usr/lib/$(echo $(basename $f)|sed -e 's:\.so.*$::')
cp -Lv $f appdir/usr/lib/$(echo $(basename $f)|sed -e 's:\.so.*$::').so
done
done
done
Expand Down

0 comments on commit 49b3d5c

Please sign in to comment.