mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 19:52:14 -08:00
Compare commits
2 Commits
066feec9dd
...
6f0ab3a130
Author | SHA1 | Date | |
---|---|---|---|
|
6f0ab3a130 | ||
|
6f9a5c65cc |
@ -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, '..', '..', '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