mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Revert "refactor(webpack): remove destination for icons"
This reverts commit 45cbaa0a29.
This commit is contained in:
parent
45cbaa0a29
commit
528b0f6234
1 changed files with 2 additions and 0 deletions
|
|
@ -261,11 +261,13 @@ module.exports = (env, argv) => ({
|
|||
icons: [
|
||||
{
|
||||
src: 'images/icon.png',
|
||||
destination: `${COMMIT_HASH}/icons`,
|
||||
sizes: [196, 512],
|
||||
purpose: 'any'
|
||||
},
|
||||
{
|
||||
src: 'images/maskable_icon.png',
|
||||
destination: `${COMMIT_HASH}/maskable_icons`,
|
||||
sizes: [196, 512],
|
||||
purpose: 'maskable',
|
||||
ios: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue