Skip to content

Commit

Permalink
A Temporary Fix to Compilation Program in 'Compile.ps1' Script (#1844)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
og-mrk authored Apr 18, 2024
1 parent f00f938 commit 482bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 482bfd2

Please sign in to comment.