diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-06-28 08:47:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 08:47:53 +0200 |
commit | faec21d572549793293bf41127e384811f8a66dc (patch) | |
tree | e4e2c4b4c9c66cc3bac785c045339fe8d91634f4 /program_info | |
parent | 213f03351f6ee0a066c868f0efa0c6d85913585e (diff) | |
parent | ed4dce2fb658de726435b06f1d8973b447279f1e (diff) | |
download | PrismLauncher-faec21d572549793293bf41127e384811f8a66dc.tar.gz PrismLauncher-faec21d572549793293bf41127e384811f8a66dc.tar.bz2 PrismLauncher-faec21d572549793293bf41127e384811f8a66dc.zip |
Merge pull request #1266 from TheKodeToad/smol-tweaks
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" |