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