add logo to different styles

Also fixed genicons to automate this.
This commit is contained in:
swirl
2022-01-09 14:18:51 -05:00
parent e50d07f791
commit 1cc7a193c2
11 changed files with 147 additions and 172 deletions

View File

@ -17,3 +17,8 @@ png2icns polymc.icns polymc_1024.png polymc_512.png polymc_256.png polymc_128.pn
rm -f polymc_*.png
rm -rf polymc.iconset
for dir in ../launcher/resources/*/scalable
do
cp -v org.polymc.PolyMC.svg $dir/launcher.svg
done