35 lines
978 B
YAML
35 lines
978 B
YAML
# ================== General ==================
|
|
Id: ShareX.ShareX
|
|
Publisher: ShareX
|
|
Name: ShareX
|
|
Author: ShareX
|
|
Description: ShareX is a free and open-source screen capture and file sharing software.
|
|
AppMoniker: sharex
|
|
Tags: clipboard, upload, screenshot
|
|
#FileExtensions:
|
|
#Protocols:
|
|
#Commands:
|
|
|
|
# ================== License ==================
|
|
Homepage: https://getsharex.com
|
|
License: GNU General Public License v3.0
|
|
LicenseUrl: https://github.com/ShareX/ShareX/blob/master/LICENSE.txt
|
|
|
|
# ================= Installer =================
|
|
MinOSVersion: 10.0.0.0
|
|
#Channel: stable # Channel is not supported in this preview (5/24/2020)
|
|
Version: 13.2.0
|
|
|
|
Switches:
|
|
Custom: /NORUN
|
|
|
|
InstallerType: Inno
|
|
Installers:
|
|
- Arch: x64
|
|
Url: https://github.com/ShareX/ShareX/releases/download/v13.2.0/ShareX-13.2.0-setup.exe
|
|
Sha256: 59ae6e748983776294bf674191a8d411ae48add2489b529d3e80ea1de66b0e68
|
|
Scope: machine
|
|
Language: en-US
|
|
|
|
# ManifestVersion: 0.1.0
|