Initial Commit
This commit is contained in:
9
node_modules/app-builder-lib/out/targets/nsis/Commands.d.ts
generated
vendored
Normal file
9
node_modules/app-builder-lib/out/targets/nsis/Commands.d.ts
generated
vendored
Normal 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