|
1 | 1 | {
|
2 | 2 | "name": "symphony",
|
3 | 3 | "productName": "Symphony",
|
4 |
| - "version": "23.2.0", |
| 4 | + "version": "23.4.0-1", |
5 | 5 | "clientVersion": "2.0.1",
|
6 | 6 | "buildNumber": "0",
|
7 | 7 | "searchAPIVersion": "1.55.3",
|
|
37 | 37 | },
|
38 | 38 | "build": {
|
39 | 39 | "appId": "com.symphony.electron-desktop",
|
| 40 | + "compression": "maximum", |
40 | 41 | "artifactName": "${productName}-${version}-${os}.${ext}",
|
41 | 42 | "asar": true,
|
42 | 43 | "asarUnpack": "**/*.node",
|
|
52 | 53 | "!.git${/*}",
|
53 | 54 | "!coverage/*",
|
54 | 55 | "!installer/*",
|
| 56 | + "!dist/*", |
| 57 | + "!src/*", |
55 | 58 | "!tests/*",
|
56 | 59 | "!node_modules/@nornagon/cld/deps/cld${/*}",
|
57 | 60 | "!node_modules/@nornagon/cld/build/deps${/*}",
|
|
62 | 65 | "config/Symphony.config",
|
63 | 66 | "config/titleBarStyles.css",
|
64 | 67 | "config/InstallVariant.info",
|
65 |
| - "dictionaries/**", |
66 |
| - "library/libsymphonysearch.dylib", |
67 |
| - "library/indexvalidator.exec", |
68 |
| - "library/cryptoLib.dylib", |
69 |
| - "library/dictionary", |
70 |
| - "library/lz4.exec", |
71 |
| - "node_modules/screen-share-indicator-frame/SymphonyScreenShareIndicator" |
| 68 | + "dictionaries/**" |
72 | 69 | ],
|
73 | 70 | "mac": {
|
74 | 71 | "category": "public.app-category.business",
|
|
213 | 210 | "electron-fetch": "1.9.1",
|
214 | 211 | "electron-log": "4.4.8",
|
215 | 212 | "electron-updater": "^5.0.1",
|
216 |
| - "ffi-napi": "^4.0.3", |
217 | 213 | "filesize": "6.4.0",
|
218 | 214 | "lazy-brush": "^1.0.1",
|
219 | 215 | "react": "16.14.0",
|
|
0 commit comments