mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 11:42:14 -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 {
|
||||
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')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user