File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 22local version = {
33 major = 0 ,
44 minor = 19 ,
5- patch = 1 ,
5+ patch = 2 ,
66}
77
88local utf8_bom = " \xEF\xBB\xBF "
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 -->
You can’t perform that action at this time.
0 commit comments