|
|
|
@ -38,7 +38,7 @@ export function getInstallationPath(version) { |
|
|
|
|
return process.env.NODE_ENV === 'production' ? path.join(app.getPath('temp'), 'circom-download', version, 'circom-windows-amd64.exe') : path.join(app.getAppPath(), 'circom-download', version, 'circom-windows-amd64.exe') |
|
|
|
|
|
|
|
|
|
case 'darwin': |
|
|
|
|
return process.env.NODE_ENV === 'production' ? path.join(app.getPath('home'), 'circom-download', version, 'circom-macos-amd64') : path.join(app.getAppPath(), 'circom-download', version, 'circom-macos-amd64') |
|
|
|
|
return process.env.NODE_ENV === 'production' ? path.join(app.getPath('userData'), 'circom-download', version, 'circom-macos-amd64') : path.join(app.getAppPath(), 'circom-download', version, 'circom-macos-amd64') |
|
|
|
|
|
|
|
|
|
case 'linux': |
|
|
|
|
return process.env.NODE_ENV === 'production' ? path.join(app.getPath('temp'), 'circom-download', version, 'circom-linux-amd64') : path.join(app.getAppPath(), 'circom-download', version, 'circom-linux-amd64') |
|
|
|
|