init
This commit is contained in:
9
mc_test/node_modules/app-builder-lib/out/targets/nsis/Commands.d.ts
generated
vendored
Executable file
9
mc_test/node_modules/app-builder-lib/out/targets/nsis/Commands.d.ts
generated
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
export type Commands = {
|
||||
OutFile: string;
|
||||
VIProductVersion?: string;
|
||||
VIAddVersionKey: Array<string>;
|
||||
Unicode: boolean;
|
||||
Icon?: string;
|
||||
SetCompress?: "off";
|
||||
SetCompressor?: "zlib";
|
||||
};
|
||||
Reference in New Issue
Block a user