We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dff64 commit 3e31b10Copy full SHA for 3e31b10
2 files changed
Applications/Games/Assassin's Creed III/Steam/script.json
@@ -4,7 +4,9 @@
4
"compatibleOperatingSystems" : [
5
"LINUX"
6
],
7
- "testingOperatingSystems" : [],
8
- "free" : false,
9
- "requiresPatch" : false
+ "testingOperatingSystems" : [
+ "LINUX"
+ ],
10
+ "free" : false,
11
+ "requiresPatch" : false
12
}
Engines/Wine/Verbs/FAudio/script.js
@@ -10,7 +10,7 @@ include("utils.functions.filesystem.files");
* @returns {Wine} Wine object
*/
Wine.prototype.faudio = function (faudioVersion) {
13
- if(typeof faudioVersion !== 'string')
+ if (typeof faudioVersion !== 'string')
14
faudioVersion = "19.05";
15
16
var setupFile = new Resource()
0 commit comments