update
This commit is contained in:
parent
1e5e12d107
commit
943967a404
3 changed files with 8 additions and 2 deletions
|
@ -51,7 +51,7 @@ The following features are planned:
|
|||
- Notification System (Progress: 24%)
|
||||
- Progress indicators
|
||||
- Skeleton State [What's this?](#what-is-skeleton-state)
|
||||
- Splash (Progress: 40%)
|
||||
- Splash (Progress: 100%)
|
||||
- System Respect [What's this?](#what-do-you-mean-by-system-respect)
|
||||
- Components for:
|
||||
- Navigation
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"main": "./electron/index.js",
|
||||
"scripts": {
|
||||
"start": "concurrently \"astro dev\" \"electron .\"",
|
||||
"build": "astro build && node ./build/prepare-production.js && electron-builder build"
|
||||
"build": "astro build && node ./build/prepare-production.js && electron-builder build --config ./build/electron-builder.yml"
|
||||
},
|
||||
"author": "KorbsStudio",
|
||||
"license": "AGPL",
|
||||
|
@ -18,6 +18,7 @@
|
|||
"astro": "^2.0.0",
|
||||
"electrolytic": "^0.1.1",
|
||||
"electron-is-dev": "^2.0.0",
|
||||
"electron-log": "^5.0.0-beta.15",
|
||||
"electron-titlebar-respect": "^1.0.0",
|
||||
"glasstron-clarity": "^0.1.26",
|
||||
"pushy-electron": "^1.0.11",
|
||||
|
|
|
@ -1711,6 +1711,11 @@ electron-is-dev@^2.0.0:
|
|||
resolved "https://registry.npmjs.org/electron-is-dev/-/electron-is-dev-2.0.0.tgz"
|
||||
integrity sha512-3X99K852Yoqu9AcW50qz3ibYBWY79/pBhlMCab8ToEWS48R0T9tyxRiQhwylE7zQdXrMnx2JKqUJyMPmt5FBqA==
|
||||
|
||||
electron-log@^5.0.0-beta.15:
|
||||
version "5.0.0-beta.15"
|
||||
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-5.0.0-beta.15.tgz#c3569cad2aeea48fac1f7165eabad76690fb1928"
|
||||
integrity sha512-bf47hMOGy/rb+gowfBYqQdgBuUz2c6JawXYFWs0SOd7F26UDpY8d4IlGUrQpPL7r+2HTwSyhpYCv6a/R90MiGw==
|
||||
|
||||
electron-osx-sign@^0.6.0:
|
||||
version "0.6.0"
|
||||
resolved "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.6.0.tgz"
|
||||
|
|
Reference in a new issue