Commit e5a2fc40 authored by Vitaly Lipatov's avatar Vitaly Lipatov

generic-appimage.sh: drop MacOS only catalina dir (fix for balenaEtcher)

parent bd750195
......@@ -28,6 +28,9 @@ mkdir -p $BUILDROOT/usr/share/pixmaps/
cp $ICONFILE $BUILDROOT/usr/share/pixmaps/
pack_file /usr/share/pixmaps/$ICONFILE
# hack for remove MacOS only stuffs
remove_dir $(find $BUILDROOT -type d -name "*catalina*" | sed -e "s|$BUILDROOT||")
cd - >/dev/null
add_bin_exec_command $PRODUCT $PRODUCTDIR/AppRun
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment