mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-06-06 12:49:37 +08:00
fix(config): 从 targets 中移除无效的 'updater'
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"devUrl": "http://localhost:5173"
|
||||
},
|
||||
"bundle": {
|
||||
"targets": ["nsis", "dmg", "app", "deb", "rpm", "appimage", "updater"],
|
||||
"targets": ["nsis", "dmg", "app", "deb", "rpm", "appimage"],
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "(C) 2024-Present VirtualHotBar",
|
||||
|
||||
Reference in New Issue
Block a user