@todesktop/shared 7.188.5 → 7.188.6
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.
- package/lib/desktopify.d.ts +1 -0
- package/package.json +1 -1
- package/src/desktopify.ts +1 -0
package/lib/desktopify.d.ts
CHANGED
package/package.json
CHANGED
package/src/desktopify.ts
CHANGED
|
@@ -146,6 +146,7 @@ export interface Build {
|
|
|
146
146
|
linux?: PlatformBuild;
|
|
147
147
|
mac?: PlatformBuild;
|
|
148
148
|
onBuildFinishedWebhook?: string;
|
|
149
|
+
projectConfig?: string; // Stringified version of todesktop.json
|
|
149
150
|
releasedAt?: ISODate;
|
|
150
151
|
shouldCodeSign: boolean;
|
|
151
152
|
shouldRelease: boolean;
|