Skip to content

Commit 18845b8

Browse files
authored
New version: BrettMayson.HEMTT version 1.17.4 (microsoft#312282)
1 parent 269c67e commit 18845b8

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: BrettMayson.HEMTT
5+
PackageVersion: 1.17.4
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: hemtt.exe
10+
Dependencies:
11+
PackageDependencies:
12+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
13+
ReleaseDate: 2025-11-11
14+
Installers:
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/BrettMayson/HEMTT/releases/download/v1.17.4/windows-x64.zip
17+
InstallerSha256: 32909EC5EBA69FA248266B60E574CC3225C0E3C97442B513C7BCD03421DAB216
18+
ManifestType: installer
19+
ManifestVersion: 1.10.0
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: BrettMayson.HEMTT
5+
PackageVersion: 1.17.4
6+
PackageLocale: en-US
7+
Publisher: BrettMayson
8+
PublisherUrl: https://github.com/BrettMayson
9+
PublisherSupportUrl: https://github.com/BrettMayson/HEMTT/issues
10+
PackageName: HEMTT
11+
PackageUrl: https://github.com/BrettMayson/HEMTT
12+
License: GPL-2.0
13+
LicenseUrl: https://github.com/BrettMayson/HEMTT/blob/HEAD/LICENSE
14+
ShortDescription: An opinionated build system for Arma 3 mods.
15+
Tags:
16+
- arma
17+
- arma3
18+
- hemtt
19+
ReleaseNotes: |-
20+
Added
21+
- bin: hemtt license command for managing license files by @Copilot in #1111
22+
- bin: improve binarize crash message with target by @PabstMirror in #1088
23+
- config: C16 Lint to verify referenced files exist in project by @PabstMirror in #1108
24+
- config: C17 lint extra semicolon by @BrettMayson in #1118
25+
- launch: easy way to launch CDLC by @BrettMayson in #1098
26+
- photoshoot: wait until object is ready before taking photos by @DartRuffian in #1084
27+
- rhai: add file_ext method by @BrettMayson in #1091
28+
- sqf: improve handling of _x and _y in iteration by @PabstMirror in #1086
29+
- sqf: improve handling of variadic commands by @PabstMirror in #1083
30+
- sqf: improve s12 diags by @BrettMayson in #1112
31+
- sqf: check params sub-elements by @PabstMirror in #1104
32+
- sqf: check for nil/assignment types and call returns by @PabstMirror in #1117
33+
- sqf: test all wiki examples by @PabstMirror in #1087
34+
Fixed
35+
- config: handle padded values by @BrettMayson in #1097
36+
- hls: fix new files, paths with spaces by @BrettMayson in #1114
37+
- sqf: optimize string passing (rust 1.91 clippy) by @PabstMirror in #1110
38+
- workspace: Handle prefix and mainprefix in check_is_missing_file by @PabstMirror in #1115
39+
Full Changelog: v1.17.2...v1.17.4
40+
ReleaseNotesUrl: https://github.com/BrettMayson/HEMTT/releases/tag/v1.17.4
41+
Documentations:
42+
- DocumentLabel: The HEMTT Book
43+
DocumentUrl: https://brettmayson.github.io/HEMTT
44+
ManifestType: defaultLocale
45+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: BrettMayson.HEMTT
5+
PackageVersion: 1.17.4
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)