mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-19 20:21:49 +00:00
fix: make maskable icons not get overriden during the build
This commit is contained in:
parent
89b6526555
commit
1be025b329
1 changed files with 4 additions and 4 deletions
|
|
@ -261,16 +261,16 @@ module.exports = (env, argv) => ({
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: 'images/icon.png',
|
src: 'images/icon.png',
|
||||||
destination: `${COMMIT_HASH}/images`,
|
destination: `${COMMIT_HASH}/icons`,
|
||||||
sizes: [196, 512],
|
sizes: [196, 512],
|
||||||
purpose: 'any',
|
purpose: 'any'
|
||||||
ios: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: 'images/maskable_icon.png',
|
src: 'images/maskable_icon.png',
|
||||||
destination: `${COMMIT_HASH}/images`,
|
destination: `${COMMIT_HASH}/maskable_icons`,
|
||||||
sizes: [196, 512],
|
sizes: [196, 512],
|
||||||
purpose: 'maskable',
|
purpose: 'maskable',
|
||||||
|
ios: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: 'favicons/favicon.ico',
|
src: 'favicons/favicon.ico',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue