Update Python

This commit is contained in:
Tiago Conceição
2022-12-09 04:51:46 +00:00
parent 1da6f52013
commit ef4f67a16d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ if UVTOOLS_PATH is None or not os.path.exists(UVTOOLS_PATH):
# Don't touch
# Set runtime
sys.path.append(UVTOOLS_PATH)
rt = get_coreclr(r"UVtools.runtimeconfig.json")
set_runtime(rt)
import pythonnet
pythonnet.load("coreclr")
import clr
clr.AddReference(r"UVtools.Core")