fix(packaging): disable filesystem/reg virtualization
prism won't be able to make %appdata%\PrismLauncher on first launch, which would be ok...but this in turn breaks opening and folders :( Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
17211c2100
commit
615600ec13
@ -4,7 +4,8 @@
|
||||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
||||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
||||
xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2"
|
||||
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5">
|
||||
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5"
|
||||
xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6">
|
||||
|
||||
<Identity
|
||||
Name="org.prismlauncher.PrismLauncher"
|
||||
@ -17,6 +18,8 @@
|
||||
<PublisherDisplayName>Prism Launcher</PublisherDisplayName>
|
||||
<Description>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</Description>
|
||||
<Logo>prismlauncher_150x150.png</Logo>
|
||||
<desktop6:FileSystemWriteVirtualization>disabled</desktop6:FileSystemWriteVirtualization>
|
||||
<desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
|
||||
</Properties>
|
||||
|
||||
<Resources>
|
||||
|
Loading…
Reference in New Issue
Block a user