diff options
author | swirl <swurl@swurl.xyz> | 2022-01-09 14:18:51 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-09 14:18:51 -0500 |
commit | 1cc7a193c27855bd30a90cb24ad678064a26022d (patch) | |
tree | 944435b75d1bd7cb0f5554191538c6ce1828736d /program_info | |
parent | e50d07f791b591b8a6055a76cfc072a34acc8bea (diff) | |
download | PrismLauncher-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-x | program_info/genicons.sh | 5 | ||||
-rw-r--r-- | program_info/polymc-dark.png (renamed from program_info/polymc_dark.png) | bin | 50722 -> 50722 bytes | |||
-rw-r--r-- | program_info/polymc-light.png (renamed from program_info/polymc_light.png) | bin | 48991 -> 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 Binary files differindex cedf6cef..cedf6cef 100644 --- a/program_info/polymc_dark.png +++ b/program_info/polymc-dark.png diff --git a/program_info/polymc_light.png b/program_info/polymc-light.png Binary files differindex d3899a1f..d3899a1f 100644 --- a/program_info/polymc_light.png +++ b/program_info/polymc-light.png |