diff options
| author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-01 13:05:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-01 13:05:55 +0100 |
| commit | 7138425c8581e19d36ee62e1193a5b7184eb0089 (patch) | |
| tree | d29efcad3353603c6ac1eb64708a92e616c00ecc /program_info | |
| parent | 05d2c1f0b06519eba9cc5ad22848106b49f9bd15 (diff) | |
| parent | c523765c197cf63d6830d205f1554cd73e38109e (diff) | |
| download | PrismLauncher-7138425c8581e19d36ee62e1193a5b7184eb0089.tar.gz PrismLauncher-7138425c8581e19d36ee62e1193a5b7184eb0089.tar.bz2 PrismLauncher-7138425c8581e19d36ee62e1193a5b7184eb0089.zip | |
Merge branch 'develop' into better-component-installation
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
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" |
