From 482bfd27ea9bbc268e53956bef14af68616fa05f Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Thu, 18 Apr 2024 18:18:17 +0300 Subject: [PATCH] A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844) For whatever reason, Compiling using the 'Compile.ps1' Script when there's a Single Quote, in the description of an App for example, it'll try "escaping" it by adding another Single Quote, which's kind of weird. Before there was an Apostrophe, and it'll Compile into Question Marks, probably because the Compile Script doesn't know what an Apostrophe is, or it can't escape it (or for another reason, didn't dig deeper into it), in the end I've made it neither an Apostrophe nor a Single Quote, just the sentence without contractions (Without shortening by combining words). --- config/applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/applications.json b/config/applications.json index ec8b079a..0a484b63 100644 --- a/config/applications.json +++ b/config/applications.json @@ -1827,7 +1827,7 @@ "category": "Development", "choco": "na", "content": "Swift toolchain", - "description": "Swift is a general-purpose programming language that’s approachable for newcomers and powerful for experts.", + "description": "Swift is a general-purpose programming language that is approachable for newcomers and powerful for experts.", "link": "https://www.swift.org/", "winget": "Swift.Toolchain" },