mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 04:03:51 +01:00
Remove getArch
This commit is contained in:
parent
77347feb74
commit
30557a8dc7
@ -12,8 +12,7 @@ import { app } from "electron";
|
||||
const appRootDir = app.getAppPath();
|
||||
|
||||
const binariesPath = isDev
|
||||
? getPlatform() === 'mac' ? join(appRootDir, "resources", getPlatform()!, getArch()!, "bin") :
|
||||
join(appRootDir, "resources", getPlatform()!, "bin")
|
||||
? join(appRootDir, "resources", getPlatform()!, "bin")
|
||||
: join(dirname(appRootDir), "bin");
|
||||
|
||||
const execPath = (execName) =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user