Improved checks for if nodejs loaded

This commit is contained in:
WardPearce
2026-01-03 14:24:23 +13:00
parent 0b3ae7cb4d
commit 1c21aa352c
9 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
import re
from datetime import datetime
LATEST_VERSION = "1.12.11"
LATEST_VERSION = "1.13.0"
RELEASE_DATE = datetime.now().strftime("%Y-%-m-%d") # Format: YYYY-M-D
WORKING_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "materialious")