LarpixClient/electron/node_modules/app-builder-lib/out/targets/nsis/Commands.d.ts
2026-05-10 14:02:17 +02:00

9 lines
218 B
TypeScript

export declare type Commands = {
OutFile: string;
VIProductVersion?: string;
VIAddVersionKey: Array<string>;
Unicode: boolean;
Icon?: string;
SetCompress?: "off";
SetCompressor?: "zlib";
};