1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

webOS: Updating splash screen to new icon style

This commit is contained in:
Michael Hollister 2025-05-08 18:15:30 -05:00
parent 0f4d97a8bc
commit 61c1e9a9c1
3 changed files with 623 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 227 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -62,6 +62,7 @@ module.exports = [
from: '**',
to: '../assets/[path][name][ext]',
context: path.resolve(__dirname, 'assets'),
globOptions: { ignore: ['**/*.svg'] }
},
{
from: '**',