Skip to content

Commit

Permalink
[DDW-691] Fix cardano-launcher.exe path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomislavhoracek committed Oct 14, 2021
1 parent 6590cf3 commit 36537f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main/index.js
Expand Up @@ -272,7 +272,7 @@ const onAppReady = async () => {
cwd: process.cwd(),
execPath: path.dirname(process.execPath),
});
const cardanoLauncherExe = path.resolve(path.dirname(process.execPath), '..', 'cardano-launcher.exe')
const cardanoLauncherExe = path.resolve(path.dirname(process.execPath), 'cardano-launcher.exe');
logger.info("[Custom-Protocol] cardano-launcher.exe:", {
cardanoLauncherExe,
});
Expand Down

0 comments on commit 36537f4

Please sign in to comment.