mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-13 01:32:42 +08:00
10 lines
210 B
TypeScript
10 lines
210 B
TypeScript
![]() |
export type Commands = {
|
||
|
OutFile: string;
|
||
|
VIProductVersion?: string;
|
||
|
VIAddVersionKey: Array<string>;
|
||
|
Unicode: boolean;
|
||
|
Icon?: string;
|
||
|
SetCompress?: "off";
|
||
|
SetCompressor?: "zlib";
|
||
|
};
|