@todesktop/shared 7.101.0 → 7.102.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.
- package/lib/toDesktop.d.ts +1 -0
- package/package.json +1 -1
- package/src/toDesktop.ts +1 -0
package/lib/toDesktop.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ export interface IApp extends BaseApp {
|
|
|
156
156
|
shouldCreateMacZipInstallers?: boolean;
|
|
157
157
|
shouldCreateMSIInstallers?: boolean;
|
|
158
158
|
shouldCreateNSISInstallers?: boolean;
|
|
159
|
+
shouldCreateNSISWebInstaller?: boolean;
|
|
159
160
|
shouldCreateRPMPackages?: boolean;
|
|
160
161
|
shouldCreateSnapFiles?: boolean;
|
|
161
162
|
shouldCreateMacUniversalInstaller?: boolean;
|
package/package.json
CHANGED
package/src/toDesktop.ts
CHANGED
|
@@ -176,6 +176,7 @@ export interface IApp extends BaseApp {
|
|
|
176
176
|
shouldCreateMacZipInstallers?: boolean;
|
|
177
177
|
shouldCreateMSIInstallers?: boolean;
|
|
178
178
|
shouldCreateNSISInstallers?: boolean;
|
|
179
|
+
shouldCreateNSISWebInstaller?: boolean;
|
|
179
180
|
shouldCreateRPMPackages?: boolean;
|
|
180
181
|
shouldCreateSnapFiles?: boolean;
|
|
181
182
|
shouldCreateMacUniversalInstaller?: boolean;
|