|
26 | 26 | "NSMicrophoneUsageDescription": "I need access to your microphone to record the audio you want to send.", |
27 | 27 | "NSCameraUsageDescription": "I need access to your camera to record the video you want to send." |
28 | 28 | }, |
29 | | - "hardenedRuntime" : true, |
| 29 | + "hardenedRuntime": true, |
30 | 30 | "gatekeeperAssess": false, |
31 | 31 | "provisioningProfile": "embedded.provisionprofile" |
32 | 32 | }, |
|
53 | 53 | "mas": { |
54 | 54 | "entitlements": "build/entitlements.mas.plist", |
55 | 55 | "entitlementsInherit": "build/entitlements.mas.inherit.plist", |
56 | | - "hardenedRuntime" : true, |
| 56 | + "hardenedRuntime": true, |
57 | 57 | "asarUnpack": [ |
58 | 58 | "node_modules" |
59 | 59 | ], |
|
66 | 66 | ], |
67 | 67 | "icon": "build/icon.ico", |
68 | 68 | "publisherName": "Sectigo RSA Code Signing CA", |
69 | | - "legalTrademarks": "", |
70 | | - "verifyUpdateCodeSignature": true, |
71 | | - "requestedExecutionLevel": "asInvoker", |
72 | | - "signAndEditExecutable": true, |
73 | | - "signDlls": false |
| 69 | + "legalTrademarks": "", |
| 70 | + "verifyUpdateCodeSignature": true, |
| 71 | + "requestedExecutionLevel": "asInvoker", |
| 72 | + "signAndEditExecutable": true, |
| 73 | + "signDlls": false |
74 | 74 | }, |
75 | 75 | "nsis": { |
76 | 76 | "oneClick": false, |
77 | 77 | "perMachine": false, |
78 | 78 | "allowElevation": true, |
79 | 79 | "allowToChangeInstallationDirectory": true, |
80 | 80 | "installerIcon": "build/installerIcon.ico", |
81 | | - "uninstallerIcon": "build/uninstallerIcon.ico", |
82 | | - "installerSidebar": "build/installerSidebar.bmp", |
83 | | - "uninstallerSidebar": "build/uninstallerSidebar.bmp", |
84 | | - "uninstallDisplayName": "${productName} ${version}", |
85 | | - "include": "build/installer.nsh", |
86 | | - "license": "LICENSE", |
87 | | - "artifactName": "rocketchat-setup-${version}.${ext}", |
88 | | - "deleteAppDataOnUninstall": false, |
89 | | - "displayLanguageSelector": false, |
90 | | - "unicode": true, |
91 | | - "warningsAsErrors": true, |
92 | | - "runAfterFinish": true, |
93 | | - "createDesktopShortcut": "always", |
94 | | - "createStartMenuShortcut": true, |
95 | | - "menuCategory": false |
| 81 | + "uninstallerIcon": "build/uninstallerIcon.ico", |
| 82 | + "installerSidebar": "build/installerSidebar.bmp", |
| 83 | + "uninstallerSidebar": "build/uninstallerSidebar.bmp", |
| 84 | + "uninstallDisplayName": "${productName} ${version}", |
| 85 | + "include": "build/installer.nsh", |
| 86 | + "license": "LICENSE", |
| 87 | + "artifactName": "rocketchat-setup-${version}.${ext}", |
| 88 | + "deleteAppDataOnUninstall": false, |
| 89 | + "displayLanguageSelector": false, |
| 90 | + "unicode": true, |
| 91 | + "warningsAsErrors": true, |
| 92 | + "runAfterFinish": true, |
| 93 | + "createDesktopShortcut": "always", |
| 94 | + "createStartMenuShortcut": true, |
| 95 | + "menuCategory": false |
96 | 96 | }, |
97 | 97 | "msi": { |
98 | 98 | "artifactName": "rocketchat-setup-${version}.${ext}" |
|
131 | 131 | }, |
132 | 132 | "snap": { |
133 | 133 | "artifactName": "rocketchat_${version}_${arch}.${ext}", |
134 | | - "plugs": ["desktop", "desktop-legacy", "home", "x11", "unity7", "browser-support", "network", "gsettings", "pulseaudio", "opengl", "camera"] |
| 134 | + "plugs": [ |
| 135 | + "desktop", |
| 136 | + "desktop-legacy", |
| 137 | + "home", |
| 138 | + "x11", |
| 139 | + "unity7", |
| 140 | + "browser-support", |
| 141 | + "network", |
| 142 | + "gsettings", |
| 143 | + "pulseaudio", |
| 144 | + "opengl", |
| 145 | + "camera", |
| 146 | + "audio-playback", |
| 147 | + "audio-record", |
| 148 | + "screen-inhibit-control", |
| 149 | + "upower-observe" |
| 150 | + ] |
135 | 151 | }, |
136 | 152 | "afterSign": "./build/notarize.js", |
137 | 153 | "publish": [ |
|
0 commit comments