diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-06-26 08:59:23 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-06-26 08:59:48 +0200 |
commit | ed4dce2fb658de726435b06f1d8973b447279f1e (patch) | |
tree | 4f995978065a65e10910529e3180469bee463469 /program_info | |
parent | 4745ab64cdf073b781515f43f7b10cd7f776078b (diff) | |
download | PrismLauncher-ed4dce2fb658de726435b06f1d8973b447279f1e.tar.gz PrismLauncher-ed4dce2fb658de726435b06f1d8973b447279f1e.tar.bz2 PrismLauncher-ed4dce2fb658de726435b06f1d8973b447279f1e.zip |
fix: install logo to multimc theme in genicons.sh
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'program_info')
-rwxr-xr-x | program_info/genicons.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/program_info/genicons.sh b/program_info/genicons.sh index 42592c4e..fe8d2e35 100755 --- a/program_info/genicons.sh +++ b/program_info/genicons.sh @@ -67,7 +67,4 @@ else fi # replace icon in themes -for dir in ../launcher/resources/*/scalable -do - cp -v org.prismlauncher.PrismLauncher.svg "$dir/launcher.svg" -done +cp -v org.prismlauncher.PrismLauncher.svg "../launcher/resources/multimc/scalable/launcher.svg" |