mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 17:52:26 +00:00
13 lines
474 B
XML
13 lines
474 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Metadata.xsd">
|
|
<FriendlyName>GPG</FriendlyName>
|
|
<BasePath>.gnupg</BasePath>
|
|
<Detection>
|
|
<Method>FindInPath</Method>
|
|
<FindInPath>gpg.exe</FindInPath>
|
|
</Detection>
|
|
<InstallPath>
|
|
<SpecialFolder>ApplicationData</SpecialFolder>
|
|
<Destination>gnupg</Destination>
|
|
</InstallPath>
|
|
</Component> |