Skip to content

Commit 0f8b3ef

Browse files
committed
Disable WMF player plugin due to docker compatibility issues
1 parent c5fd4ad commit 0f8b3ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

SentryTower.uproject

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"Name": "SentryShaders",
1414
"Type": "Runtime",
1515
"LoadingPhase": "PostConfigInit",
16-
"PlatformAllowList": [ "Win64" ]
16+
"PlatformAllowList": [
17+
"Win64"
18+
]
1719
}
1820
],
1921
"Plugins": [
@@ -32,6 +34,10 @@
3234
"Mac",
3335
"Linux"
3436
]
37+
},
38+
{
39+
"Name": "WmfMedia",
40+
"Enabled": false
3541
}
3642
]
3743
}

0 commit comments

Comments
 (0)