Skip to content

Commit 3e31b10

Browse files
Kreyrenplata
authored andcommitted
Mark Assassin's Creed III as "testing" (Uplay not working) (#984)
1 parent f4dff64 commit 3e31b10

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Applications/Games/Assassin's Creed III/Steam/script.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"compatibleOperatingSystems" : [
55
"LINUX"
66
],
7-
"testingOperatingSystems" : [],
8-
"free" : false,
9-
"requiresPatch" : false
7+
"testingOperatingSystems" : [
8+
"LINUX"
9+
],
10+
"free" : false,
11+
"requiresPatch" : false
1012
}

Engines/Wine/Verbs/FAudio/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include("utils.functions.filesystem.files");
1010
* @returns {Wine} Wine object
1111
*/
1212
Wine.prototype.faudio = function (faudioVersion) {
13-
if(typeof faudioVersion !== 'string')
13+
if (typeof faudioVersion !== 'string')
1414
faudioVersion = "19.05";
1515

1616
var setupFile = new Resource()

0 commit comments

Comments
 (0)