Add Java path configuration and input handling

- Introduced a new input field for Java path in the launcher UI.
- Updated the main process to handle saving and loading of the Java path.
- Enhanced game launch functionality to accept a Java path parameter.
- Added Java detection logic to find the Java executable on the system.
- Created a .gitignore file to exclude build artifacts and dependencies.
This commit is contained in:
chasem-dev
2026-01-14 10:11:01 -05:00
parent b90eeb344b
commit 6873e2e4bf
6 changed files with 458 additions and 123 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
dist/*
node_modules/*