|
1 | 1 | {
|
2 | 2 | "name": "hyperplay",
|
3 |
| - "version": "0.0.3-alpha.1", |
| 3 | + "version": "0.0.3-alpha.2", |
4 | 4 | "private": true,
|
5 | 5 | "main": "build/electron/main.js",
|
6 | 6 | "homepage": "./",
|
|
15 | 15 | "email": "hyperplay@hyperplay.gg"
|
16 | 16 | },
|
17 | 17 | "build": {
|
18 |
| - "appId": "com.electron.hyperplay", |
| 18 | + "appId": "gg.hyperplay.HyperPlay", |
19 | 19 | "productName": "HyperPlay",
|
| 20 | + "afterSign": "sign/notarize.js", |
20 | 21 | "files": [
|
21 | 22 | "build/**/*",
|
22 | 23 | "node_modules/**/*",
|
|
55 | 56 | },
|
56 | 57 | "mac": {
|
57 | 58 | "artifactName": "${productName}-${version}-macOS-${arch}.${ext}",
|
58 |
| - "target": "dmg", |
59 | 59 | "category": "public.app-category.games",
|
60 | 60 | "icon": "build/app_icon.icns",
|
| 61 | + "entitlements": "build/entitlements.mac.plist", |
| 62 | + "entitlementsInherit": "build/entitlements.mac.plist", |
| 63 | + "extendInfo": { |
| 64 | + "com.apple.security.cs.allow-jit": true |
| 65 | + }, |
61 | 66 | "asarUnpack": [
|
62 | 67 | "build/bin/darwin/legendary",
|
63 | 68 | "build/bin/darwin/gogdl"
|
|
216 | 221 | ]
|
217 | 222 | },
|
218 | 223 | "devDependencies": {
|
| 224 | + "@electron/notarize": "^1.2.3", |
219 | 225 | "@testing-library/dom": "^7.31.0",
|
220 | 226 | "@testing-library/jest-dom": "^5.16.4",
|
221 | 227 | "@testing-library/react": "^13.1.1",
|
|
0 commit comments