mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
22 lines
896 B
Plaintext
22 lines
896 B
Plaintext
<services>
|
|
<!-- Download source tarball from GitHub releases -->
|
|
<service name="download_url">
|
|
<param name="protocol">https</param>
|
|
<param name="host">github.com</param>
|
|
<param name="path">/AvengeMedia/DankMaterialShell/archive/refs/tags/v0.6.2.tar.gz</param>
|
|
<param name="filename">dms-source.tar.gz</param>
|
|
</service>
|
|
<!-- Download amd64 binary -->
|
|
<service name="download_url">
|
|
<param name="protocol">https</param>
|
|
<param name="host">github.com</param>
|
|
<param name="path">/AvengeMedia/DankMaterialShell/releases/download/v0.6.2/dms-distropkg-amd64.gz</param>
|
|
</service>
|
|
<!-- Download arm64 binary -->
|
|
<service name="download_url">
|
|
<param name="protocol">https</param>
|
|
<param name="host">github.com</param>
|
|
<param name="path">/AvengeMedia/DankMaterialShell/releases/download/v0.6.2/dms-distropkg-arm64.gz</param>
|
|
</service>
|
|
</services>
|