Skip to content

Commit

Permalink
linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed May 9, 2024
1 parent bbff764 commit be4f04f
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 @@ -60,7 +60,7 @@ convert -resize 256x256 CI/librecad.svg appdir/usr/share/icons/hicolor/256x256/a
do
for f in $(find ../Qt -iname "${q_lib}*.so*" -print)
do
cp -Lv $f appdir/usr/lib/$(basename $f)
cp -av $f appdir/usr/lib/$(basename $f)
chmod 755 appdir/usr/lib/$(basename $f)
#cp -Lv $f appdir/usr/lib/$(echo $(basename $f)|sed -e 's:\.so.*$::').so
done
Expand Down

0 comments on commit be4f04f

Please sign in to comment.