-
Notifications
You must be signed in to change notification settings - Fork 0
/
localsend.install.nuspec
60 lines (50 loc) · 3.96 KB
/
localsend.install.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
<?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>localsend.install</id>
<version>1.16.1</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-localsend.install/tree/v1.16.1</packageSourceUrl>
<owners>sublym0nal</owners>
<title>LocalSend (Install)</title>
<authors>Tien Do Nam</authors>
<projectUrl>https://localsend.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-localsend.install@3f4aecbffec6b5f802027e5d928f1738ffd982bf/localsend.install.png</iconUrl>
<copyright>Copyright (c) 2022-2024 Tien Do Nam</copyright>
<licenseUrl>https://github.com/localsend/localsend/blob/v1.16.1/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/localsend/localsend/tree/v1.16.1</projectSourceUrl>
<mailingListUrl>https://github.com/localsend/localsend/discussions</mailingListUrl>
<bugTrackerUrl>https://github.com/localsend/localsend/issues</bugTrackerUrl>
<tags>localsend message file transfer 64-bit cross-platform foss</tags>
<summary>An open source cross-platform alternative to AirDrop</summary>
<description><![CDATA[## LocalSend
LocalSend is a cross-platform app that enables secure communication between devices using a REST API and HTTPS encryption. Unlike other messaging apps that rely on external servers, LocalSend doesn't require an internet connection or third-party servers, making it a fast and reliable solution for local communication.
LocalSend uses a secure communication protocol that allows devices to communicate with each other using a REST API. All data is sent securely over HTTPS, and the TLS/SSL certificate is generated on the fly on each device, ensuring maximum security.
For more information on the LocalSend Protocol, see the [documentation](https://github.com/localsend/protocol).
![LocalSend Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-localsend.install@3f4aecbffec6b5f802027e5d928f1738ffd982bf/Screenshot.png)
## Package Notes
The installer executed by this package was built using Inno Setup. For advanced setup scenarios, refer to [Inno Setup's command-line interface documentation](https://jrsoftware.org/ishelp/index.php?topic=setupcmdline). 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.
Installer-specific details (e.g. Setup configuration and supported Languages, Components, and Tasks) can be found in the Inno Setup Script file, which should be [available in LocalSend's source code](https://github.com/localsend/localsend/blob/v1.16.1/scripts/compile_windows_exe-inno.iss) for quick reference.
---
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>https://github.com/localsend/localsend/releases/tag/v1.16.1</releaseNotes>
<dependencies>
<dependency id="chocolatey-os-dependency.extension" version="0.0.1" />
<dependency id="kb4019990" version="1.0.0" />
</dependencies>
</metadata>
<files>
<file src="tools\chocolateybeforemodify.ps1" target="tools" />
<file src="tools\chocolateyinstall.ps1" target="tools" />
<file src="tools\chocolateyuninstall.ps1" target="tools" />
<file src="tools\helpers.ps1" target="tools" />
<file src="tools\LocalSend-*.exe" target="tools" />
<file src="tools\LICENSE.txt" target="tools" />
<file src="tools\VERIFICATION.txt" target="tools" />
</files>
</package>