Skip to content

Commit

Permalink
Merge pull request #3851 from vector-im/dbkr/missed_icons
Browse files Browse the repository at this point in the history
Update 2 missed icons to the new icon
  • Loading branch information
dbkr authored May 8, 2017
2 parents e613382 + 640aa98 commit 2983b36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified electron/img/riot.ico
Binary file not shown.
Binary file modified electron/img/riot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions scripts/make-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ cp "$tmpdir/144.png" "res/vector-icons/mstile-144x144.png"
cp "$tmpdir/150.png" "res/vector-icons/mstile-150x150.png"
cp "$tmpdir/310.png" "res/vector-icons/mstile-310x310.png"
cp "$tmpdir/310x150.png" "res/vector-icons/mstile-310x150.png"
cp "$tmpdir/180.png" "electron/img/riot.png"

convert "$tmpdir/16.png" "$tmpdir/32.png" "$tmpdir/64.png" "$tmpdir/128.png" "$tmpdir/256.png" "res/vector-icons/favicon.ico"

cp "res/vector-icons/favicon.ico" "electron/build/icon.ico"
cp "res/vector-icons/favicon.ico" "electron/img/riot.ico"

# https://github.com/electron-userland/electron-builder/blob/3f97b86993d4ea5172e562b182230a194de0f621/src/targets/LinuxTargetHelper.ts#L127
for i in 24 96 16 48 64 128 256 512
Expand Down

0 comments on commit 2983b36

Please sign in to comment.