This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessenger.nuspec
75 lines (53 loc) · 3.54 KB
/
messenger.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
<?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>messenger</id>
<version>223.0.649571860-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v223.0.649571860-beta</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Messenger</title>
<authors>Facebook Inc.</authors>
<projectUrl>https://www.messenger.com/desktop/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-messenger@11eade7e5c9cf02a523fc1a90c744a146ba806b7/messenger.png</iconUrl>
<copyright>© Meta 2024</copyright>
<licenseUrl>https://www.facebook.com/legal/terms</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://www.facebook.com/help/messenger-app</docsUrl>
<tags>messenger instant instant-messenger im chat facebook instagram portal oculus 64-bit freeware cross-platform</tags>
<summary>A simple app that lets you text, video chat, and stay close with people you care about.</summary>
<description><![CDATA[## Go big with Messenger
A simple app that lets you text, video chat, and stay close with people you care about.
![Messenger Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-messenger@41f54bf64d8c817bf3663b1c331fe5074df2923f/Screenshot.png)
### Features
#### CROSS-APP COMMUNICATION - Hang with your favorite people on your favorite apps and devices
Messenger powers conversations within Facebook, Instagram, Portal, and Oculus.
#### WATCH TOGETHER - Enjoy videos with your friends
Watch movies, music videos, TV shows and more with your friends over video chat.
#### CUSTOM REACTIONS - Say it with any emoji
Lost for words? Now you can customize your reactions, with way more emojis to choose from, including 🎉 and 🔥.
#### ANIMATED EFFECTS - Express yourself
Bring your conversations to life with fun AR effects, message effects and selfie stickers.
#### CHAT THEMES - Your chats, Your way
Choose from fun themes and colors to make your chats more personal ❤️ 🏳️🌈
#### REPLIES & FORWARDING - Let the conversation flow
Choose the exact message you want to reply to or forward, right in your chat.
#### BUSINESS - Connect with businesses
Find deals, make reservations and get customer support by chatting with your favorite businesses right from Messenger.
## 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>
<dependencies>
<dependency id="chocolatey-os-dependency.extension" version="0.0.1" />
<dependency id="vcredist140" version="14.20.27508.1" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>