From 479aa3b305b3427621e114e3cbde0e0291332725 Mon Sep 17 00:00:00 2001 From: Oj Date: Fri, 14 Jan 2022 18:14:00 +0000 Subject: [PATCH] [FirstRun > win32] Fix using wrongly named variable --- src/firstRun/win32.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firstRun/win32.js b/src/firstRun/win32.js index d02999f..880b93a 100644 --- a/src/firstRun/win32.js +++ b/src/firstRun/win32.js @@ -37,7 +37,7 @@ const updateShortcuts = (updater) => { updater.createShortcut({ target_path: updateExe, - shortcut_path: shortcutPath, + shortcut_path: path, arguments: `--processStart ${exeFilename}`, icon_path: icon, icon_index: 0,