dsh-desktop-windows 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-desktop-windows",
3
3
  "productName": "DeepSeek Harness Desktop",
4
- "version": "0.1.6",
4
+ "version": "0.1.7",
5
5
  "description": "DeepSeek Harness 桌面版(Windows)· Electron desktop shell for DeepSeek Harness (dsh web) — 双击即用,无需终端 / double-click to run the harness in a standalone window",
6
6
  "main": "src/main.js",
7
7
  "license": "MIT",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "scripts": {
33
33
  "start": "electron .",
34
- "dist": "electron-builder --win nsis",
35
- "dist:dir": "electron-builder --dir"
34
+ "dist": "electron-builder --win nsis --publish never",
35
+ "dist:dir": "electron-builder --dir --publish never"
36
36
  },
37
37
  "devDependencies": {
38
38
  "electron": "^43.4.0",