[FirstRun > win32] Fix using wrongly named variable

This commit is contained in:
Ducko 2022-01-14 18:14:00 +00:00
parent f94354ccf1
commit 479aa3b305

View file

@ -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,