-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathdistribution.x64.xml
More file actions
21 lines (21 loc) · 967 Bytes
/
distribution.x64.xml
File metadata and controls
21 lines (21 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<title>Git Credential Manager</title>
<background file="background.png" mime-type="image/png" alignment="bottomleft" scaling="tofit" />
<options customize="never" hostArchitectures="x86_64" />
<welcome file="welcome.html" mime-type="text/html" />
<conclusion file="conclusion.html" mime-type="text/html" />
<license file="LICENSE" />
<volume-check>
<allowed-os-versions>
<os-version min="10.13" />
</allowed-os-versions>
</volume-check>
<pkg-ref id="gcmcore" />
<choices-outline>
<line choice="default" />
</choices-outline>
<choice id="default" visible="true" enabled="false" title="Git Credential Manager" description="Git Credential Manager application.">
<pkg-ref id="gcmcore">com.microsoft.gitcredentialmanager.component.pkg</pkg-ref>
</choice>
</installer-gui-script>