Fix ref gen

This commit is contained in:
NGnius (Graham) 2020-05-08 20:09:41 -04:00
parent bc77c35bdb
commit a17e5a6449

View file

@ -4,7 +4,7 @@ import argparse
from pathlib import Path, PurePath
import re
DLL_EXCLUSIONS_REGEX = r"(System|Microsoft|Mono)\."
DLL_EXCLUSIONS_REGEX = r"(System|Microsoft|Mono|IronPython|DiscordRPC)\."
def getAssemblyReferences(path):
asmDir = Path(path)