mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-24 08:59:49 +08:00
尝试修复无图标问题
This commit is contained in:
parent
58400ed5ff
commit
4a469f2a82
package-script
@ -76,6 +76,12 @@ make_icon()
|
||||
make_png
|
||||
fi
|
||||
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"
|
||||
fi
|
||||
rm $tmp
|
||||
|
@ -368,4 +368,4 @@ echo "=====>Creating deb package..."
|
||||
mv debian DEBIAN
|
||||
dpkg-deb -b ./ ../package_save/uos
|
||||
echo "<=====done."
|
||||
exit 0
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user