thedesk/app/build.d.ts

16 lines
363 B
TypeScript
Raw Normal View History

declare function _exports(options?: {
onlyStore?: boolean;
withStore?: boolean;
withIa32?: boolean;
withArm64?: boolean;
2021-04-14 16:21:00 +10:00
windows?: boolean;
linux?: boolean;
macOS?: boolean;
skipWindows?: boolean;
skipLinux?: boolean;
skipMacOS?: boolean;
unnotarize?: boolean;
2022-12-08 04:52:28 +11:00
skipUniversal?: boolean;
}): void;
export = _exports;