aboutsummaryrefslogtreecommitdiff
path: root/src-ui
diff options
context:
space:
mode:
Diffstat (limited to 'src-ui')
-rw-r--r--src-ui/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts
index fb61ac4a..0a2c5401 100644
--- a/src-ui/src/main.ts
+++ b/src-ui/src/main.ts
@@ -152,7 +152,7 @@ document.addEventListener("DOMContentLoaded", async function () {
game_path: globalState.gamepath,
install_type: installTypeHolderEl.textContent
} as GameInstall;
- await invoke("launch_northstar", { gameInstall: game_install })
+ await invoke("launch_northstar_caller", { gameInstall: game_install })
.then((message) => {
console.log(message);
omniButtonEl.textContent = `${button_launched_string} (v${globalState.installed_northstar_version})`;