|
19 | 19 | "start:preload": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.preload.dev.ts",
|
20 | 20 | "start:renderer": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./.erb/configs/webpack.config.renderer.dev.ts",
|
21 | 21 | "test": "jest",
|
22 |
| - "publish": "npm run build && electron-builder -c.win.certificateSha1=2164d6a7d641ecf6ad57852f665a518ca2bf960f --publish always --win --x64", |
| 22 | + "publish": "npm run build && electron-builder --publish always --win --x64", |
23 | 23 | "publish:linux": "npm run build && electron-builder --publish always --linux --x64"
|
24 | 24 | },
|
25 | 25 | "lint-staged": {
|
|
36 | 36 | "prettier --ignore-path .eslintignore --single-quote --write"
|
37 | 37 | ]
|
38 | 38 | },
|
39 |
| - "build": { |
40 |
| - "extraResources": [ |
41 |
| - "./assets/jsons/bs-versions.json", |
42 |
| - "./assets/jsons/patreons.json", |
43 |
| - "./assets/proto/song_details_cache_v1.proto" |
44 |
| - ], |
45 |
| - "productName": "BSManager", |
46 |
| - "appId": "org.erb.BSManager", |
47 |
| - "asarUnpack": "**\\*.{node,dll}", |
48 |
| - "files": [ |
49 |
| - "dist/**/*", |
50 |
| - "node_modules", |
51 |
| - "package.json" |
52 |
| - ], |
53 |
| - "afterSign": ".erb/scripts/notarize.js", |
54 |
| - "afterPack": ".erb/scripts/after-pack.js", |
55 |
| - "win": { |
56 |
| - "signingHashAlgorithms": ["sha256"], |
57 |
| - "target": [ |
58 |
| - "nsis", |
59 |
| - "nsis-web" |
60 |
| - ], |
61 |
| - "icon": "./build/icons/win/favicon.ico", |
62 |
| - "extraResources": [ |
63 |
| - "./build/icons/win", |
64 |
| - "./assets/scripts/*.exe" |
65 |
| - ] |
66 |
| - }, |
67 |
| - "linux": { |
68 |
| - "target": [ |
69 |
| - "deb", |
70 |
| - "rpm", |
71 |
| - "pacman" |
72 |
| - ], |
73 |
| - "icon": "./build/icons/png", |
74 |
| - "category": "Utility;Game;", |
75 |
| - "extraResources": [ |
76 |
| - "./build/icons/png", |
77 |
| - "./assets/scripts/DepotDownloader" |
78 |
| - ], |
79 |
| - "protocols": { |
80 |
| - "name": "BSManager", |
81 |
| - "schemes": [ |
82 |
| - "bsmanager" |
83 |
| - ] |
84 |
| - } |
85 |
| - }, |
86 |
| - "deb": { |
87 |
| - "fpm": ["--after-install=build/after-install.sh"] |
88 |
| - }, |
89 |
| - "rpm": { |
90 |
| - "fpm": ["--after-install=build/after-install.sh"] |
91 |
| - }, |
92 |
| - "pacman": { |
93 |
| - "fpm": ["--after-install=build/after-install.sh"] |
94 |
| - }, |
95 |
| - "directories": { |
96 |
| - "app": "release/app", |
97 |
| - "buildResources": "assets", |
98 |
| - "output": "release/build" |
99 |
| - }, |
100 |
| - "publish": { |
101 |
| - "provider": "github", |
102 |
| - "owner": "Zagrios" |
103 |
| - }, |
104 |
| - "fileAssociations": [ |
105 |
| - { |
106 |
| - "ext": "bplist", |
107 |
| - "description": "Beat Saber Playlist (BSManager)", |
108 |
| - "icon": "./assets/bsm_file.ico", |
109 |
| - "role": "Viewer" |
110 |
| - } |
111 |
| - ] |
112 |
| - }, |
113 | 39 | "repository": {
|
114 | 40 | "type": "git",
|
115 | 41 | "url": "git+https://github.com/Zagrios/bs-manager.git"
|
|
0 commit comments