mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-24 09:26:22 +02:00
Update Python
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user