mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 19:52:14 -08:00
Compare commits
1 Commits
6f0ab3a130
...
066feec9dd
Author | SHA1 | Date | |
---|---|---|---|
|
066feec9dd |
@ -558,7 +558,7 @@ async function dlAsync(login = true) {
|
||||
} else {
|
||||
const exePath = remote.app.getPath('exe')
|
||||
if(process.platform === 'darwin'){
|
||||
wrapperPath = join(exePath, '..', '..', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
|
||||
wrapperPath = join(exePath, '..', '..', 'Contents', 'Resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
|
||||
} else {
|
||||
wrapperPath = join(exePath, '..', 'resources', 'libraries', 'java', 'ForgeInstallerCLI.jar')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user