Skip to content

Commit bdf486f

Browse files
committedMar 24, 2024·
fix env type
1 parent 728cc3f commit bdf486f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare namespace Makensis {
1212

1313
interface CompilerOptions {
1414
define?: DefineOptions;
15-
env?: Record<string, string>;
15+
env?: boolean;
1616
events?: boolean;
1717
inputCharset?: string;
1818
json?: boolean;

0 commit comments

Comments
 (0)
Please sign in to comment.