mirror of
https://github.com/cupcakearmy/volta.git
synced 2024-11-01 01:34:14 +01:00
Removed support for windows and linux due tue missing testing
This commit is contained in:
parent
61e14685c8
commit
2ab2206f4d
10
package.json
10
package.json
@ -2,16 +2,12 @@
|
|||||||
"name": "volta",
|
"name": "volta",
|
||||||
"private": true,
|
"private": true,
|
||||||
"productName": "Volta",
|
"productName": "Volta",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Niccolo Borgioli",
|
"author": "Niccolo Borgioli",
|
||||||
"main": "./src/main.js",
|
"main": "./src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"pack:native": "electron-builder",
|
"pack:mac": "electron-builder -m",
|
||||||
"pack:mac": "electron-builder --mac",
|
|
||||||
"pack:win": "electron-builder --win",
|
|
||||||
"pack:linux": "electron-builder --linux",
|
|
||||||
"pack:all": "electron-builder -mwl",
|
|
||||||
"start": "electron ."
|
"start": "electron ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -23,4 +19,4 @@
|
|||||||
"battery-level": "^3",
|
"battery-level": "^3",
|
||||||
"electron-settings": "^3"
|
"electron-settings": "^3"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -29,7 +29,7 @@ let charging = undefined
|
|||||||
let numMin = 0
|
let numMin = 0
|
||||||
let numMax = 0
|
let numMax = 0
|
||||||
|
|
||||||
app.dock.hide()
|
if (app.dock !== undefined) app.dock.hide()
|
||||||
|
|
||||||
app.on('ready', () => {
|
app.on('ready', () => {
|
||||||
createTray()
|
createTray()
|
||||||
|
Loading…
Reference in New Issue
Block a user