mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-30 14:28:48 +00:00
fix: new mobile logos
This commit is contained in:
parent
6eb67d0467
commit
8902833ee3
3 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "capacitor",
|
||||
"version": "1.0.19",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:native": "cd public/nodejs/ && npm install && docker build -t android-build:latest . && docker run -v ${PWD}:/app/ -it android-build:latest /bin/bash /app/setup-deps.sh",
|
||||
"build:app": "cross-env NODE_ENV=production run-s build:web build:native build:assets",
|
||||
"build:web": "webpack build",
|
||||
"build:assets": "capacitor-assets generate --iconBackgroundColor #17191c --iconBackgroundColorDark #17191c --splashBackgroundColor #17191c --splashBackgroundColorDark #17191c --android",
|
||||
"build:assets": "capacitor-assets generate --iconBackgroundColor #e5204c --iconBackgroundColorDark #e5204c --splashBackgroundColor #e5204c --splashBackgroundColorDark #e5204c --android",
|
||||
"dev:adb-port": "adb reverse tcp:5001 tcp:5001",
|
||||
"dev:ios": "run-p dev:start cap-run:ios",
|
||||
"dev:android": "cap run android",
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9.9 KiB |
Loading…
Reference in a new issue