35 lines
		
	
	
		
			1011 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1011 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # ================== General ==================
 | |
| Id: SublimeHQ.SublimeMerge
 | |
| Publisher: Sublime HQ
 | |
| Name: Sublime Merge
 | |
| Author: Sublime HQ
 | |
| Description: Git GUI client from the makers of Sublime Text
 | |
| AppMoniker: sublimemerge
 | |
| Tags: git
 | |
| 
 | |
| # ================== License ==================
 | |
| Homepage: https://www.sublimemerge.com/
 | |
| License: Copyright (c) Sublime HQ Pty Ltd. - Proprietary License
 | |
| LicenseUrl: https://www.sublimehq.com/eula
 | |
| 
 | |
| # ================= Installer =================
 | |
| MinOSVersion: 10.0.0.0
 | |
| #Channel: stable                # Channel is not supported in this preview (7/22/2020)
 | |
| Version: 2025
 | |
| 
 | |
| Switches:
 | |
|       Custom: /NORESTART /SUPPRESSMSGBOXES /SP-
 | |
|       Silent: /VERYSILENT
 | |
|       SilentWithProgress: /SILENT
 | |
|       #Interactive:
 | |
|       Language: en-US
 | |
| 
 | |
| InstallerType: exe
 | |
| Installers:
 | |
|   - Arch: x64
 | |
|     Url: https://download.sublimetext.com/sublime_merge_build_2025_x64_setup.exe
 | |
|     Sha256: 42c3d53e3d2cf4856f3416db0cc7f59e8e2dc4ff34690aa9191b1a3850bdcebe
 | |
|     Scope: machine
 | |
| 
 | |
| # ManifestVersion: 0.2.0
 |