mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update desktop package deps
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "start": "electron .",
 | 
			
		||||
	"package": "electron-builder",
 | 
			
		||||
    "package": "electron-builder",
 | 
			
		||||
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
			
		||||
  },
 | 
			
		||||
  "build": {
 | 
			
		||||
@@ -18,23 +18,23 @@
 | 
			
		||||
      "index.js",
 | 
			
		||||
      "package.json"
 | 
			
		||||
    ],
 | 
			
		||||
	"linux": {
 | 
			
		||||
    "target": "AppImage",
 | 
			
		||||
    "icon": "icons/logo.png"
 | 
			
		||||
	 },
 | 
			
		||||
    "linux": {
 | 
			
		||||
      "target": "AppImage",
 | 
			
		||||
      "icon": "icons/logo.png"
 | 
			
		||||
    },
 | 
			
		||||
    "mac": {
 | 
			
		||||
      "target": "dmg",
 | 
			
		||||
      "icon": "icons/logo.icns"
 | 
			
		||||
    },
 | 
			
		||||
    "win": {
 | 
			
		||||
      "target": "nsis",
 | 
			
		||||
	  "icon": "icons/logo.ico"
 | 
			
		||||
      "icon": "icons/logo.ico"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "author": "geekmaster",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "electron": "^26.1.0"
 | 
			
		||||
    "electron": "^26.1.0",
 | 
			
		||||
    "electron-builder": "^24.6.4"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user