尝试修复无图标问题

This commit is contained in:
gfdgd xi 2023-06-23 14:30:41 +08:00
parent 58400ed5ff
commit 4a469f2a82
2 changed files with 7 additions and 1 deletions

@ -76,6 +76,12 @@ make_icon()
make_png make_png
fi fi
else else
cp deepin-wine-runner.svg "$tmp"
if command -v inkscape > /dev/null 2>&1; then
make_svg
else
make_png
fi
echo "wrestool failed" echo "wrestool failed"
fi fi
rm $tmp rm $tmp

@ -368,4 +368,4 @@ echo "=====>Creating deb package..."
mv debian DEBIAN mv debian DEBIAN
dpkg-deb -b ./ ../package_save/uos dpkg-deb -b ./ ../package_save/uos
echo "<=====done." echo "<=====done."
exit 0 exit 0