diff options
author | swirl <swurl@swurl.xyz> | 2022-01-03 15:54:08 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-03 15:54:08 -0500 |
commit | b3d8ecb467f949edc0168e7e1e76129c7c8da070 (patch) | |
tree | 61bc434ec32d6b779e42e7d40983e4f38afe961a | |
parent | 97d4b947d0063457d1b24171117fb83da0c541a6 (diff) | |
download | PrismLauncher-b3d8ecb467f949edc0168e7e1e76129c7c8da070.tar.gz PrismLauncher-b3d8ecb467f949edc0168e7e1e76129c7c8da070.tar.bz2 PrismLauncher-b3d8ecb467f949edc0168e7e1e76129c7c8da070.zip |
fix genicons.sh to new rDNS stuff
-rwxr-xr-x | program_info/genicons.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/program_info/genicons.sh b/program_info/genicons.sh index e74aa991..749bb369 100755 --- a/program_info/genicons.sh +++ b/program_info/genicons.sh @@ -1,11 +1,11 @@ #/bin/bash -inkscape -w 16 -h 16 -o polymc_16.png polymc.svg -inkscape -w 24 -h 24 -o polymc_24.png polymc.svg -inkscape -w 32 -h 32 -o polymc_32.png polymc.svg -inkscape -w 48 -h 48 -o polymc_48.png polymc.svg -inkscape -w 64 -h 64 -o polymc_64.png polymc.svg -inkscape -w 128 -h 128 -o polymc_128.png org.polymc.PolyMC.svg +inkscape -w 16 -h 16 -o polymc_16.png org.polymc.PolyMC.svg +inkscape -w 24 -h 24 -o polymc_24.png org.polymc.PolyMC.svg +inkscape -w 32 -h 32 -o polymc_32.png org.polymc.PolyMC.svg +inkscape -w 48 -h 48 -o polymc_48.png org.polymc.PolyMC.svg +inkscape -w 64 -h 64 -o polymc_64.png org.polymc.PolyMC.svg +inkscape -w 128 -h 128 -o polymc_128.png org.polymc.org.polymc.PolyMC.svg convert polymc_128.png polymc_64.png polymc_48.png polymc_32.png polymc_24.png polymc_16.png polymc.ico |