Add Ruby and Lua entries (#4240)

* Add Opera, OperaGX, Ruby and Lua entries

Update applications.json to include two new browser entries (Opera, OperaGX) and two development runtime entries (Ruby, Lua).

* Remove Opera and OperaGX from applications.json

Removed entries for Opera and OperaGX from applications list.
This commit is contained in:
Mochi
2026-03-25 21:21:35 -05:00
committed by GitHub
parent c2dbcda2d5
commit 9bd5a2541d

View File

@@ -263,7 +263,7 @@
"content": "Citrix Workspace app", "content": "Citrix Workspace app",
"description": "a secure, unified client application that provides instant access to virtual desktops, SaaS, web, and Windows apps from any device (Windows, macOS, Linux, iOS, Android) or browser.", "description": "a secure, unified client application that provides instant access to virtual desktops, SaaS, web, and Windows apps from any device (Windows, macOS, Linux, iOS, Android) or browser.",
"link": "https://www.citrix.com/downloads/workspace-app/", "link": "https://www.citrix.com/downloads/workspace-app/",
"winget": "Citrix.Workspace", "winget": "Citrix.Workspace"
}, },
"calibre": { "calibre": {
"category": "Document", "category": "Document",
@@ -3480,5 +3480,23 @@
"content": "NASM", "content": "NASM",
"link": "https://nasm.us", "link": "https://nasm.us",
"foss": true "foss": true
},
"Ruby": {
"category": "Development",
"choco": "ruby",
"winget": "RubyInstallerTeam.RubyWithDevkit.3.4",
"description": "A Ruby language execution environment with a MSYS2 installation.",
"content": "Ruby",
"link": "https://rubyinstaller.org/",
"foss": true
},
"Lua": {
"category": "Development",
"choco": "lua",
"winget": "rjpcomputing.luaforwindows",
"description": "A 'batteries included environment' for the Lua scripting language on Windows.",
"content": "Lua",
"link": "https://github.com/rjpcomputing/luaforwindows",
"foss": true
} }
} }