mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
Add more development tools to applications.json (#4093)
* Add .NET Desktop Runtime 10 to applications.json * Add LLVM to applications.json * Add NASM to applications.json
This commit is contained in:
@@ -496,6 +496,14 @@
|
||||
"link": "https://dotnet.microsoft.com/download/dotnet/9.0",
|
||||
"winget": "Microsoft.DotNet.DesktopRuntime.9"
|
||||
},
|
||||
"dotnet10": {
|
||||
"category": "Microsoft Tools",
|
||||
"choco": "dotnet-10.0-runtime",
|
||||
"content": ".NET Desktop Runtime 10",
|
||||
"description": ".NET Desktop Runtime 10 is a runtime environment required for running applications developed with .NET 10.",
|
||||
"link": "https://dotnet.microsoft.com/download/dotnet/10.0",
|
||||
"winget": "Microsoft.DotNet.DesktopRuntime.10"
|
||||
},
|
||||
"dmt": {
|
||||
"winget": "GNE.DualMonitorTools",
|
||||
"choco": "dual-monitor-tools",
|
||||
@@ -3226,5 +3234,23 @@
|
||||
"link": "https://zed.dev/",
|
||||
"winget": "ZedIndustries.Zed",
|
||||
"foss": true
|
||||
},
|
||||
"LLLVM": {
|
||||
"category": "Development",
|
||||
"choco": "llvm",
|
||||
"winget": "LLVM.LLVM",
|
||||
"description": "A collection of modular and reusable compiler and toolchain technologies.",
|
||||
"content": "LLVM",
|
||||
"link": "https://llvm.org",
|
||||
"foss": true
|
||||
},
|
||||
"NASM": {
|
||||
"category": "Development",
|
||||
"choco": "nasm",
|
||||
"winget": "NASM.NASM",
|
||||
"description": "A powerful assembler for the x86 platform.",
|
||||
"content": "NASM",
|
||||
"link": "https://nasm.us",
|
||||
"foss": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user