EXE
WinGet
XMake build utility
The TBOOX Open Source Group · 3.0.7+20260210 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
xmake-v3.0.7.win32.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\xmake
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
3.0.7+20260210
Associated with 32-bit app on 64-bit clients
Yes
File Identity
Filename
xmake-v3.0.7.win32.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Xmake-io.Xmake
Version
3.0.7+20260210
Description
A cross-platform build utility based on Lua.
License
Apache-2.0
↗
Homepage
https://github.com/xmake-io/xmake
Upgrade Behavior
install(Install over existing)
Release Notes
New features
- #7178: Switch Verilator build file parsing from cmake to json format
- #7186: Add alpine ci
- #7187: Add suffix support for CUDA architecture
- #7190: Nix Package Manager: Add Semantic Versioning and Improve Version Selection
- #7189: Add package schemes
- #7208: Support dynamic mkspec selection for Qt SDK
- #7219: Add cli.iconv module
- #7235: Add string case conversion functions: lower and upper
- #7246: Add utf8 module
- #7268: Add dependency file generation for Nim source file…