mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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: [
|
||||
{
|
||||
src: 'images/icon.png',
|
||||
destination: `${COMMIT_HASH}/images`,
|
||||
destination: `${COMMIT_HASH}/icons`,
|
||||
sizes: [196, 512],
|
||||
purpose: 'any',
|
||||
ios: true,
|
||||
purpose: 'any'
|
||||
},
|
||||
{
|
||||
src: 'images/maskable_icon.png',
|
||||
destination: `${COMMIT_HASH}/images`,
|
||||
destination: `${COMMIT_HASH}/maskable_icons`,
|
||||
sizes: [196, 512],
|
||||
purpose: 'maskable',
|
||||
ios: true
|
||||
},
|
||||
{
|
||||
src: 'favicons/favicon.ico',
|
||||
|
|
|
|||
Loading…
Reference in a new issue