From 78593cc58dc19950d8b14d61f833768d41b1c8fa Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:42:08 +0300 Subject: [PATCH] Fixed irfanview's and openvpn's foss selection (#4546) * Fixed irfanview's foss selection * Update applications.json * Update applications.json --- config/applications.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/applications.json b/config/applications.json index f8f78f1b..1e0e618b 100644 --- a/config/applications.json +++ b/config/applications.json @@ -545,7 +545,8 @@ "content": "IrfanView", "description": "IrfanView is a lightweight, fast, and free image viewer and editor. Supports multiple formats, batch processing, and powerful plugins.", "link": "https://irfanview.com/", - "winget": "IrfanSkiljan.IrfanView" + "winget": "IrfanSkiljan.IrfanView", + "foss": false }, "itch": { "category": "Games", @@ -929,10 +930,10 @@ "category": "Pro Tools", "choco": "openvpn-connect", "content": "OpenVPN Connect", - "description": "OpenVPN Connect is an open-source VPN client that allows you to connect securely to a VPN server. It provides a secure and encrypted connection for protecting your online privacy.", + "description": "OpenVPN Connect is an VPN client that allows you to connect securely to a VPN server. It provides a secure and encrypted connection for protecting your online privacy.", "link": "https://openvpn.net/", "winget": "OpenVPNTechnologies.OpenVPNConnect", - "foss": true + "foss": false }, "OVirtualBox": { "category": "Utilities",