NeahNew/node_modules/app-builder-lib/out/targets/nsis/Commands.d.ts
2025-05-06 22:43:27 +02:00

10 lines
210 B
TypeScript

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