Skip to content

Commit 738d5bf

Browse files
KuanlanKuanlan
authored andcommitted
自动生成正确的manifest
1 parent 619d467 commit 738d5bf

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

LuaSTG/write-version.lua

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
local version = {
33
major = 0,
44
minor = 19,
5-
patch = 1,
5+
patch = 2,
66
}
77

88
local utf8_bom = "\xEF\xBB\xBF"
@@ -256,6 +256,18 @@ end
256256
</requestedPrivileges>
257257
</security>
258258
</trustInfo>
259+
<dependency>
260+
<dependentAssembly>
261+
<assemblyIdentity
262+
type="win32"
263+
name="Microsoft.Windows.Common-Controls"
264+
version="6.0.0.0"
265+
processorArchitecture="*"
266+
publicKeyToken="6595b64144ccf1df"
267+
language="*"
268+
/>
269+
</dependentAssembly>
270+
</dependency>
259271
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
260272
<application>
261273
<!-- Windows 10/11 -->
@@ -289,6 +301,18 @@ local manifest_fmt = [[<?xml version="1.0" encoding="utf-8"?>
289301
</requestedPrivileges>
290302
</security>
291303
</trustInfo>
304+
<dependency>
305+
<dependentAssembly>
306+
<assemblyIdentity
307+
type="win32"
308+
name="Microsoft.Windows.Common-Controls"
309+
version="6.0.0.0"
310+
processorArchitecture="*"
311+
publicKeyToken="6595b64144ccf1df"
312+
language="*"
313+
/>
314+
</dependentAssembly>
315+
</dependency>
292316
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
293317
<application>
294318
<!-- Windows 10/11 -->

0 commit comments

Comments
 (0)