mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 03:32:12 -08:00
Fix ForgeInstallerCLI path for mac.
This commit is contained in:
parent
020eeefcae
commit
6f9a5c65cc
@ -560,7 +560,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, '..', '..', 'Contents', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
|
wrapperPath = join(exePath, '..', '..', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
|
||||||
} else {
|
} else {
|
||||||
wrapperPath = join(exePath, '..', 'resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
|
wrapperPath = join(exePath, '..', 'resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user