Add PSDotFiles support

This commit is contained in:
2020-07-14 17:37:29 +01:00
parent 8c5c68cc1c
commit 4f7c28ffe6
12 changed files with 216 additions and 1 deletions

14
metadata/winterm.xml Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/ralish/PSDotFiles/master/Metadata.xsd">
<FriendlyName>Windows Terminal</FriendlyName>
<Detection>
<Method>Automatic</Method>
<MatchPattern>Microsoft.WindowsTerminal</MatchPattern>
</Detection>
<InstallPath>
<SpecialFolder>LocalApplicationData</SpecialFolder>
<Destination>Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState</Destination>
</InstallPath>
</Component>