mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 01:06:03 +03:00
Add required manifest field
https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#assemblyidentity PR #20907.
This commit is contained in:
parent
b9a1bbbb8a
commit
1903ddada1
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
name="org.qbittorrent.qBittorrent"
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="*"
|
||||
type="win32"
|
||||
/>
|
||||
|
||||
<!-- Enable use of version 6 of the common controls (Win XP and later) -->
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
|
@ -28,6 +35,7 @@
|
|||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
<!-- Enable long paths that exceed MAX_PATH in length -->
|
||||
<asmv3:application>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
|
||||
|
|
Loading…
Reference in a new issue