Fixed the contribManager in windows binaries
This commit is contained in:
@@ -8,7 +8,8 @@ import os.path
|
||||
import ast
|
||||
|
||||
# incantation to be able to import overviewer_core
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0], '.')))
|
||||
if not hasattr(sys, "frozen"):
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0], '.')))
|
||||
|
||||
from overviewer_core import nbt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user