Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+9
@@ -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