mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-10 05:19:44 +05:00
PS: Ignore non-directories when generating Tests.cs
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Il2CppInspector
|
||||
{
|
||||
"@ > $testGen
|
||||
|
||||
gci $bin | % {
|
||||
gci -Directory $bin | % {
|
||||
echo @"
|
||||
[Test]
|
||||
public void $($_.Name.Replace("-","_").Replace(" ","_").Replace(".","_"))() {
|
||||
|
||||
Reference in New Issue
Block a user