Compare commits

..

1 Commits

Author SHA1 Message Date
Kamesuta
066feec9dd
Merge 020eeefcae into ab7e3c301c 2023-10-15 21:03:53 +03:00

View File

@ -558,7 +558,7 @@ async function dlAsync(login = true) {
} else { } else {
const exePath = remote.app.getPath('exe') const exePath = remote.app.getPath('exe')
if(process.platform === 'darwin'){ if(process.platform === 'darwin'){
wrapperPath = join(exePath, '..', '..', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar') wrapperPath = join(exePath, '..', '..', 'Contents', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
} else { } else {
wrapperPath = join(exePath, '..', 'resources', 'libraries', 'java', 'ForgeInstallerCLI.jar') wrapperPath = join(exePath, '..', 'resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
} }