Skip to content

Commit 2ecb398

Browse files
Bump version 0.3.0. Update package info.
- Update author and contact info. - Add build target, app icon, and app ID. - Remove pack script. - Robby S
1 parent 69a4b23 commit 2ecb398

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

camera.ico

264 KB
Binary file not shown.

package.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,36 @@
11
{
22
"name": "phyxtgears-camera-app",
33
"description": "Camera Display",
4-
"version": "v0.2.0",
4+
"author": {
5+
"name": "PhyXTGears",
6+
"email": "phyxtgearspro@gmail.com",
7+
"url": "http://phyxtgears.org"
8+
},
9+
"version": "v0.3.0",
510
"main": "main.js",
611
"scripts": {
712
"start": "electron .",
8-
"pack": "electron-builder --dir",
913
"dist": "electron-builder"
1014
},
1115
"devDependencies": {
1216
"electron": "^4.1.4",
13-
"electron-builder": "^20.39.0",
17+
"electron-builder": "^20.39.0"
18+
},
19+
"dependencies": {
1420
"is-reachable": "^3.0.0"
21+
},
22+
"build": {
23+
"appId": "org.phyxtgears.cameraApp",
24+
"icon": "camera.ico",
25+
"win": {
26+
"target": [
27+
{
28+
"target": "portable",
29+
"arch": [
30+
"x64"
31+
]
32+
}
33+
]
34+
}
1535
}
16-
}
36+
}

0 commit comments

Comments
 (0)