Update PSDotFiles namespaces

This commit is contained in:
2022-04-10 08:42:03 +01:00
parent c81ce841f4
commit a96e2b4e03
3 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Metadata.xsd"> <Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/ralish/PSDotFiles/master/Metadata.xsd">
<FriendlyName>Git (Windows Config)</FriendlyName> <FriendlyName>Git (Windows Config)</FriendlyName>
<Detection> <Detection>
<Method>FindInPath</Method> <Method>FindInPath</Method>
<FindInPath>git</FindInPath> <FindInPath>git</FindInPath>
</Detection> </Detection>
</Component> </Component>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Metadata.xsd"> <Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/ralish/PSDotFiles/master/Metadata.xsd">
<FriendlyName>GPG</FriendlyName> <FriendlyName>GPG</FriendlyName>
<BasePath>.gnupg</BasePath> <BasePath>.gnupg</BasePath>
<Detection> <Detection>
@@ -10,4 +10,4 @@
<SpecialFolder>ApplicationData</SpecialFolder> <SpecialFolder>ApplicationData</SpecialFolder>
<Destination>gnupg</Destination> <Destination>gnupg</Destination>
</InstallPath> </InstallPath>
</Component> </Component>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Metadata.xsd"> <Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/ralish/PSDotFiles/master/Metadata.xsd">
<FriendlyName>SSH</FriendlyName> <FriendlyName>SSH</FriendlyName>
<Detection> <Detection>
<Method>FindInPath</Method> <Method>FindInPath</Method>
</Detection> </Detection>
</Component> </Component>