Fix auto update (win tested) and add stylus

This commit is contained in:
oxmc
2025-02-13 06:34:03 -08:00
parent ab6fe350d3
commit b32fcbd8f1
17 changed files with 1570 additions and 406 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bsky-desktop",
"version": "1.1.1",
"version": "1.1.3",
"description": "A desktop app of bsky.app",
"main": "src/app/main.js",
"scripts": {
@@ -24,12 +24,13 @@
"@electron/remote": "^2.1.2",
"adm-zip": "^0.5.12",
"axios": "^1.6.8",
"electron-window-state": "^5.0.3",
"less": "^4.2.1",
"log4js": "^6.9.1",
"node-notifier": "^10.0.0",
"semver": "^7.6.3",
"stylus": "^0.64.0",
"usercss-meta": "^0.12.0",
"v8-compile-cache": "^2.3.0"
"v8-compile-cache": "^2.3.0",
"winreg": "^1.2.5"
}
}