mirror of
https://github.com/sascha-hemi/homeassistant-desktop.git
synced 2026-03-21 02:04:23 +01:00
2
app.js
2
app.js
@@ -557,8 +557,8 @@ const setWindowFocusTimer = () => {
|
||||
app.on("ready", () => {
|
||||
checkAutoStart();
|
||||
useAutoUpdater();
|
||||
createMainWindow(!store.has("currentInstance"));
|
||||
createTray();
|
||||
createMainWindow(!store.has("currentInstance"));
|
||||
startAvailabilityCheck();
|
||||
// register shortcut
|
||||
if (store.get("shortcutEnabled")) registerKeyboardShortcut();
|
||||
|
||||
@@ -4,13 +4,12 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/mrvnklm/homeassistant-desktop"
|
||||
},
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"description": "Desktop App (Windows / macOS / Linux) for Home Assistant built with Electron",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "electron app.js",
|
||||
"build-local": "electron-builder build --mac --win --linux appimage --ia32 --publish never && electron-builder build --linux appimage --x64 --publish never",
|
||||
"deploy": "electron-builder build --mac --win --linux appimage --ia32 --publish always && electron-builder build --linux appimage --x64 --publish always",
|
||||
"build-local": "electron-builder build --win --mac --arm64 --publish never",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Marvin Kelm (https://github.com/mrvnklm)",
|
||||
@@ -30,4 +29,4 @@
|
||||
"appId": "com.electron.homeassistant-desktop",
|
||||
"productName": "Home Assistant"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user