Skip to content

Commit 8bd100d

Browse files
Add GodotSharp to Godot (#904)
1 parent 2c771d5 commit 8bd100d

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ GlyphX = ^ClientLauncherG(?:64)?\.exe$
117117
Godot[] = (?:^|/)project\.godot$ ; Extra detections are in IsEngineGodot
118118
Godot[] = (?:^|/)(?:lib)?godotsteam
119119
Godot[] = (?:^|/)(?:lib)?steamsdk-godot
120+
Godot[] = (?:^|/)GodotSharp\.dll$
120121
GoldSource = (?:^|Bin/)vgui\.dll$
121122
GZDoom[] = (?:^|/)zmusic\.dll$
122123
GZDoom[] = (?:^|/)gzdoom\.pk3$

tests/types/Engine.Godot.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/GodotSharp.dll
12
/godotsteam
23
/godotsteam-test
34
/godotsteam.dll
@@ -12,6 +13,7 @@
1213
/steamsdk-godot-test
1314
/steamsdk-godot@
1415
Sub/Folder/project.godot
16+
GodotSharp.dll
1517
godotsteam
1618
godotsteam.dll
1719
godotsteam.so

tests/types/_NonMatchingTests.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,8 +1394,13 @@ asteamsdk-godot.dll
13941394
alibsteamsdk-godot.so
13951395
/asteamsdk-godot-test
13961396
/alibsteamsdk-godot-test
1397+
GodotSharp.dlll
1398+
GodotSharp.dll/
1399+
GodotSharp/
1400+
aGodotSharp.dll
13971401
agodotsteam.dll
13981402
agodotsteam.so
1403+
/aGodotSharp-test
13991404
/agodotsteam-test
14001405
Files/languagebank/english/textfiles/fpsc-050
14011406
Files/languagebank/english/textfiles/notactuallyfpsc-050.ini

0 commit comments

Comments
 (0)