aboutsummaryrefslogtreecommitdiff
path: root/program_info
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-09 14:18:51 -0500
committerswirl <swurl@swurl.xyz>2022-01-09 14:18:51 -0500
commit1cc7a193c27855bd30a90cb24ad678064a26022d (patch)
tree944435b75d1bd7cb0f5554191538c6ce1828736d /program_info
parente50d07f791b591b8a6055a76cfc072a34acc8bea (diff)
downloadPrismLauncher-1cc7a193c27855bd30a90cb24ad678064a26022d.tar.gz
PrismLauncher-1cc7a193c27855bd30a90cb24ad678064a26022d.tar.bz2
PrismLauncher-1cc7a193c27855bd30a90cb24ad678064a26022d.zip
add logo to different styles
Also fixed genicons to automate this.
Diffstat (limited to 'program_info')
-rwxr-xr-xprogram_info/genicons.sh5
-rw-r--r--program_info/polymc-dark.png (renamed from program_info/polymc_dark.png)bin50722 -> 50722 bytes
-rw-r--r--program_info/polymc-light.png (renamed from program_info/polymc_light.png)bin48991 -> 48991 bytes
3 files changed, 5 insertions, 0 deletions
diff --git a/program_info/genicons.sh b/program_info/genicons.sh
index c50ee8ad..b553edb5 100755
--- a/program_info/genicons.sh
+++ b/program_info/genicons.sh
@@ -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
diff --git a/program_info/polymc_dark.png b/program_info/polymc-dark.png
index cedf6cef..cedf6cef 100644
--- a/program_info/polymc_dark.png
+++ b/program_info/polymc-dark.png
Binary files differ
diff --git a/program_info/polymc_light.png b/program_info/polymc-light.png
index d3899a1f..d3899a1f 100644
--- a/program_info/polymc_light.png
+++ b/program_info/polymc-light.png
Binary files differ