forked from len0rd/rockbox
Correct filename in manifest.
Rockbox Utility binary has been renamed quite a while ago, make sure the manifest for Windows matches. Change-Id: If420075dc798ff3ec9c66e36f57d91af4e7d3b48
This commit is contained in:
parent
c483905b92
commit
93ed5baf77
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="rbutilqt.exe" type="win32"/>
|
||||
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="RockboxUtility.exe" type="win32"/>
|
||||
|
||||
<!-- Identify the application security requirements. -->
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue