replaced some choco "na" packages with there package name in applications.json (#4523)

This commit is contained in:
Gabi
2026-05-26 13:08:58 -07:00
committed by GitHub
parent 459d0fd1b2
commit 70cdacb9f9
+5 -5
View File
@@ -505,7 +505,7 @@
}, },
"heroiclauncher": { "heroiclauncher": {
"category": "Games", "category": "Games",
"choco": "na", "choco": "heroic-games-launcher",
"content": "Heroic Games Launcher", "content": "Heroic Games Launcher",
"description": "Heroic Games Launcher is an open-source alternative game launcher for Epic Games Store.", "description": "Heroic Games Launcher is an open-source alternative game launcher for Epic Games Store.",
"link": "https://heroicgameslauncher.com/", "link": "https://heroicgameslauncher.com/",
@@ -702,7 +702,7 @@
}, },
"modrinth": { "modrinth": {
"category": "Games", "category": "Games",
"choco": "na", "choco": "modrinth-app",
"content": "Modrinth App", "content": "Modrinth App",
"description": "Modrinth App is a desktop application for managing Minecraft mods and modpacks.", "description": "Modrinth App is a desktop application for managing Minecraft mods and modpacks.",
"link": "https://modrinth.com/app", "link": "https://modrinth.com/app",
@@ -945,7 +945,7 @@
}, },
"processexplorer": { "processexplorer": {
"category": "Microsoft Tools", "category": "Microsoft Tools",
"choco": "na", "choco": "procexp",
"content": "Process Explorer", "content": "Process Explorer",
"description": "Process Explorer is a task manager and system monitor.", "description": "Process Explorer is a task manager and system monitor.",
"link": "https://learn.microsoft.com/sysinternals/downloads/process-explorer", "link": "https://learn.microsoft.com/sysinternals/downloads/process-explorer",
@@ -1413,7 +1413,7 @@
}, },
"vc2015_32": { "vc2015_32": {
"category": "Microsoft Tools", "category": "Microsoft Tools",
"choco": "na", "choco": "vcredist2015",
"content": "Visual C++ 2015-2022 32-bit", "content": "Visual C++ 2015-2022 32-bit",
"description": "Visual C++ 2015-2022 32-bit redistributable package installs runtime components of Visual C++ libraries required to run 32-bit applications.", "description": "Visual C++ 2015-2022 32-bit redistributable package installs runtime components of Visual C++ libraries required to run 32-bit applications.",
"link": "https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads", "link": "https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads",
@@ -1422,7 +1422,7 @@
}, },
"vc2015_64": { "vc2015_64": {
"category": "Microsoft Tools", "category": "Microsoft Tools",
"choco": "na", "choco": "vcredist2015",
"content": "Visual C++ 2015-2022 64-bit", "content": "Visual C++ 2015-2022 64-bit",
"description": "Visual C++ 2015-2022 64-bit redistributable package installs runtime components of Visual C++ libraries required to run 64-bit applications.", "description": "Visual C++ 2015-2022 64-bit redistributable package installs runtime components of Visual C++ libraries required to run 64-bit applications.",
"link": "https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads", "link": "https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads",