Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Nov 16, 2023
1 parent 7eef1b6 commit 9e84eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/judge/mcnativebuilder/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public static void main(String[] args) throws IOException {
if(profileGuidedOptimizations) {
// Load MC to generate IPROF file
ProcessBuilder builder = new ProcessBuilder();
builder.command("./native-build/" + version + OS_EXT, "--accessToken", settings.getVariable(LauncherVariables.AUTH_ACCESS_TOKEN),
builder.command("../native-build/" + version + OS_EXT, "--accessToken", settings.getVariable(LauncherVariables.AUTH_ACCESS_TOKEN),
"--assetIndex", settings.getVariable(LauncherVariables.ASSET_INDEX_NAME), "--username", settings.getVariable(LauncherVariables.AUTH_PLAYER_NAME), "--uuid", settings.getVariable(LauncherVariables.AUTH_UUID), "--version", "MCNative");
builder.directory(new File("./install"));
process = builder.start();
Expand Down

0 comments on commit 9e84eac

Please sign in to comment.