opengoal-launcher/src-tauri
Tyler Wilding bef44470c6
backend/frontend: add a check for the VCC Runtime on windows (#437)
Fixes #303 by checking for the installation and directing the user to go
install it themselves, avoids complicated installer editing which is
good, i can now pursue getting that translated and switching to NSIS (i
think doing the VCC installation would have been easier with the wix
installer).

However this is also better because it will check when the game is
installed rather than the launcher itself (you could imagine a user
removing the runtime after installing the launcher).

![Screenshot 2024-02-10
170813](https://github.com/open-goal/launcher/assets/13153231/2155819d-400b-41ba-97aa-c5f6c95ce427)
2024-02-10 19:57:23 -05:00
..
icons replace default tauri icon 2022-04-11 23:32:00 -04:00
src backend/frontend: add a check for the VCC Runtime on windows (#437) 2024-02-10 19:57:23 -05:00
.gitignore tauri: fix .gitignore so changes in /src-tauri/bin dont reload the app 2022-06-01 21:21:36 -04:00
build.rs tauri: migrate from electron to tauri 2022-04-06 22:27:03 -04:00
Cargo.lock backend/frontend: add a check for the VCC Runtime on windows (#437) 2024-02-10 19:57:23 -05:00
Cargo.toml backend/frontend: add a check for the VCC Runtime on windows (#437) 2024-02-10 19:57:23 -05:00
rustfmt.toml rs: start managing the config on the rust side 2023-02-13 00:27:37 -05:00
tauri.conf.json backend/frontend: add a check for the VCC Runtime on windows (#437) 2024-02-10 19:57:23 -05:00