Skip to content

Commit

Permalink
Add new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Nov 29, 2019
1 parent 2fa4ccf commit 49aaa4c
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 248 deletions.
175 changes: 0 additions & 175 deletions resources/icons/AppImageLauncher_inkscape.svg

This file was deleted.

49 changes: 49 additions & 0 deletions resources/icons/appimagelauncher.inkscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions resources/icons/generate-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ fi

cd $(dirname "$0")

in_file=$(readlink -f $(dirname "$0"))/appimagelauncher.inkscape.svg

# create directory structure
mkdir -p hicolor/scalable/apps
inkscape --export-plain-svg=hicolor/scalable/apps/AppImageLauncher.svg AppImageLauncher_inkscape.svg
inkscape --export-plain-svg=hicolor/scalable/apps/AppImageLauncher.svg "$in_file"

for res in 16 32 64 128 160 192 256 384 512; do
fullres="${res}x${res}"
echo "Generating PNG for resolution $fullres"

mkdir -p hicolor/"$fullres"/apps

inkscape -w "$res" -h "$res" -e hicolor/"$fullres"/apps/AppImageLauncher.png AppImageLauncher_inkscape.svg
# rsvg-convert -w "$res" -h "$res" AppImageLauncher_inkscape.svg > hicolor/"$fullres"/apps/AppImageLauncher.png
inkscape -w "$res" -h "$res" -e hicolor/"$fullres"/apps/AppImageLauncher.png "$in_file"
# rsvg-convert -w "$res" -h "$res" "$in_file" > hicolor/"$fullres"/apps/AppImageLauncher.png
done
Binary file modified resources/icons/hicolor/128x128/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/160x160/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/16x16/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/192x192/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/256x256/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/32x32/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/384x384/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/512x512/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icons/hicolor/64x64/apps/AppImageLauncher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 16 additions & 70 deletions resources/icons/hicolor/scalable/apps/AppImageLauncher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49aaa4c

Please sign in to comment.