-
Notifications
You must be signed in to change notification settings - Fork 0
/
ledger-live.nuspec
78 lines (57 loc) · 4.04 KB
/
ledger-live.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ledger-live</id>
<version>2.92.0</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-ledger-live/tree/v2.92.0</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Ledger Live</title>
<authors>Ledger SAS</authors>
<projectUrl>https://www.ledger.com/ledger-live</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-ledger-live@61ab9919bb06f59e0b03ea62e5f7695e1a3d5bbd/ledger-live.png</iconUrl>
<copyright>Copyright © 2024 Ledger Live Team</copyright>
<licenseUrl>https://shop.ledger.com/pages/ledger-live-terms-of-use</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/LedgerHQ/ledger-live/tree/%40ledgerhq/live-desktop%402.92.0</projectSourceUrl>
<docsUrl>https://support.ledger.com/hc/en-us/sections/4404369631249-Ledger-Live</docsUrl>
<!--<mailingListUrl>No mailing list/forum URL is available</mailingListUrl>-->
<bugTrackerUrl>https://github.com/LedgerHQ/ledger-live/issues</bugTrackerUrl>
<tags>ledger-live ledger live nano hardware wallet cryptocurrency bip39 cross-platform 64-bit</tags>
<summary>A crypto wallet app and Web3 gateway</summary>
<description><![CDATA[## Ledger Live
A multi-crypto wallet app to secure thousands of coins and NFTs. [See all supported coins and tokens](https://www.ledger.com/supported-crypto-assets).
![Ledger Live Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-ledger-live@61ab9919bb06f59e0b03ea62e5f7695e1a3d5bbd/Screenshot.png)
### Features
#### Manage your crypto portfolio
By coupling the Ledger Live wallet app with a Ledger crypto wallet, you can:
- Securely execute transactions by validating them with your Ledger Hardware Wallet
- Manage your portfolio as well as 1000s of other crypto assets
- Track your portfolio
**Buy, sell, swap, stake, and any other crypto transaction services are provided by third-party service providers.*
#### Buy crypto
You can easily buy crypto with a credit/debit card or bank transfer. Choose from a range of service providers – Paypal, Ramp, MoonPay, Sardine – and select the option that works best for you.
Your crypto will land safely in your Ledger crypto wallet.
#### Swap crypto
Swapping allows you to explore different crypto assets, protect your crypto from volatility, and diversify your portfolio.
You can swap through the Ledger Live app without using fiat currencies.
#### Stake crypto
Put your crypto to work and get rewards.
You can start staking coins through the Ledger Live crypto wallet app. Track your rewards in the Earn section and discover staking opportunities across chains.
## Package Notes
The installer executed by this package was built using Nullsoft Scriptable Install System (NSIS). For advanced setup scenarios, refer to [NSIS's command-line interface documentation](https://nsis.sourceforge.io/Docs/Chapter3.html#installerusage). Any desired arguments can be appended to (or optionally overriding with the `--override-arguments` switch) the package's default install arguments with the `--install-arguments` option.
---
For future upgrade operations, consider opting into Chocolatey's `useRememberedArgumentsForUpgrades` feature to avoid having to pass the same arguments with each upgrade:
```shell
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
```
]]></description>
<releaseNotes><![CDATA[
**Release Notes:** https://github.com/LedgerHQ/ledger-live/blob/%40ledgerhq/live-desktop%402.92.0/apps/ledger-live-desktop/RELEASE_NOTES.md
**Full Changelog:** https://github.com/LedgerHQ/ledger-live/releases/tag/%40ledgerhq/live-desktop%402.92.0
]]> </releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>