v1.0.16.2 — fix NeoForge/Forge install (bundled JRE for installers, visible progress in JFX UI, skip existing vanilla files), hide zernmc-cli.exe from users
This commit is contained in:
@@ -1347,6 +1347,9 @@ def generate_launcher_builds_meta():
|
||||
# Skip root-level JARs — only bin/*.jar is needed at runtime
|
||||
if rel_path in ("zernmclauncher.jar", "zernmc-bootstrap.jar"):
|
||||
continue
|
||||
# CLI exe is not shipped to users
|
||||
if rel_path == "zernmc-cli.exe":
|
||||
continue
|
||||
stat = file_path.stat()
|
||||
|
||||
# Calculate hash
|
||||
|
||||
Reference in New Issue
Block a user