-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/bin/bash | ||
|
||
sharp -i src/assets/imgs/logo.png -o src/assets/icon/favicon-16x16.png resize 16 16 | ||
sharp -i src/assets/imgs/logo.png -o src/assets/icon/favicon-32x32.png resize 32 32 | ||
sharp -i src/assets/imgs/logo.png -o src/assets/icon/android-chrome-192x192.png resize 192 192 | ||
sharp -i src/assets/imgs/logo.png -o src/assets/icon/android-chrome-512x512.png resize 512 512 | ||
sharp -i src/assets/imgs/logo.png -o src/assets/icon/apple-touch-icon.png resize 180 180 | ||
sharp -i src/assets/imgs/logo.png -o src/assets/icon/favicon.ico resize 48 48 | ||
sharp -i src/assets/logo.png -o src/assets/icon/favicon-16x16.png resize 16 16 | ||
sharp -i src/assets/logo.png -o src/assets/icon/favicon-32x32.png resize 32 32 | ||
sharp -i src/assets/logo.png -o src/assets/icon/android-chrome-192x192.png resize 192 192 | ||
sharp -i src/assets/logo.png -o src/assets/icon/android-chrome-512x512.png resize 512 512 | ||
sharp -i src/assets/logo.png -o src/assets/icon/apple-touch-icon.png resize 180 180 | ||
sharp -i src/assets/logo.png -o src/assets/icon/favicon.ico resize 48 48 |
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.