diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index bf3690ad..55bd417a 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -560,7 +560,7 @@ async function dlAsync(login = true) { } else { const exePath = remote.app.getPath('exe') if(process.platform === 'darwin'){ - wrapperPath = join(exePath, '..', '..', 'Contents', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar') + wrapperPath = join(exePath, '..', '..', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar') } else { wrapperPath = join(exePath, '..', 'resources', 'libraries', 'java', 'ForgeInstallerCLI.jar') }