Files
Remote-Control-Center/mc_test/node_modules/app-builder-lib/out/targets/nsis/Commands.d.ts
2025-11-25 09:56:15 +03:00

10 lines
210 B
TypeScript
Executable File

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