@todesktop/shared 7.34.0 → 7.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,6 +123,7 @@ export interface IAppMeta {
123
123
  mac?: {
124
124
  additionalBinariesToSign?: FilePath[];
125
125
  category?: string;
126
+ dmgBackground?: FilePath;
126
127
  entitlements?: FilePath;
127
128
  extendInfo?: IAppBuilderLib["config"]["mac"]["extendInfo"];
128
129
  icon?: FilePath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@todesktop/shared",
3
- "version": "7.34.0",
3
+ "version": "7.35.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/toDesktop.ts CHANGED
@@ -146,6 +146,7 @@ export interface IAppMeta {
146
146
  mac?: {
147
147
  additionalBinariesToSign?: FilePath[];
148
148
  category?: string;
149
+ dmgBackground?: FilePath;
149
150
  entitlements?: FilePath;
150
151
  extendInfo?: IAppBuilderLib["config"]["mac"]["extendInfo"];
151
152
  icon?: FilePath;