diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-08-03 13:55:19 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-08-03 13:55:19 +0200 |
commit | 4187ef1c82b2a4bf78b8731afaadfeab25f69ff4 (patch) | |
tree | 1bb9e54881e9bcf81c0b2b0ab6a9b99b325bd159 /src-vue/src/views/RepairView.vue | |
parent | e621728fbbc6a3a65b8a989a098bfbc2c186cbd6 (diff) | |
parent | 52b8d87d02e14812fd49cd70f574fa81bc437eb4 (diff) | |
download | FlightCore-4187ef1c82b2a4bf78b8731afaadfeab25f69ff4.tar.gz FlightCore-4187ef1c82b2a4bf78b8731afaadfeab25f69ff4.zip |
Merge branch 'main' into feat/launch-parameters
Diffstat (limited to 'src-vue/src/views/RepairView.vue')
-rw-r--r-- | src-vue/src/views/RepairView.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/views/RepairView.vue b/src-vue/src/views/RepairView.vue index 614c1e56..65c533d2 100644 --- a/src-vue/src/views/RepairView.vue +++ b/src-vue/src/views/RepairView.vue @@ -71,7 +71,7 @@ export default defineComponent({ 0 ); - let install_northstar_result = invoke("install_northstar_caller", { gamePath: this.$store.state.game_install.game_path, northstarPackageName: ReleaseCanal.RELEASE }); + let install_northstar_result = invoke("install_northstar_caller", { gameInstall: this.$store.state.game_install, northstarPackageName: ReleaseCanal.RELEASE }); appWindow.listen<InstallProgress>( 'northstar-install-download-progress', |