-
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: launch string too long in minecraft forge 1.19 (#1384)
* fix: version 1.19 launch string too long * fix: removed console log * fix: getJVMArguments112 removed (") * fix: remove quotes in the java launch string only on windows * fix: launch java process without shell only on win * fix: launch java process without shell only on win * fix: remove quotes in the java launch string only on windows (java path) * fix: remove quotes in the java launch string only on windows (Dlog4j) * fix: missing quotes * fix: my fault * fix: testing java libaries missing quotes on macos * fix: test * fix: fix replaceLibraryDirectory Co-authored-by: Davide Ceschia <10165264+killpowa@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
70 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters