MegaAntiCheat / client-backend

GNU General Public License v3.0
118 stars 25 forks source link

Launcher, updater, dependency checker, and dependency installers for windows #109

Closed MeatSh1eld closed 3 months ago

MeatSh1eld commented 8 months ago

This adds LauncherWindows.bat to check for updates for MAC and attempt to auto update. this also checks for and install Dependencies if needed. it also runs the backend to.

megascatterbomb commented 8 months ago

Winget is the main package manager on windows, but it's not enabled by default so it's not a viable option.

I would suggest finding a permalink for the latest stable/LTS build installer/script for Rust and NodeJS. Since the alpha build is intended as a developer preview I'm fine with having git in the installer so less experienced contributors have everything they need.

MeatSh1eld commented 8 months ago

ok ill keep the git and give a link to the rest

megascatterbomb commented 8 months ago

ok ill keep the git and give a link to the rest

I didn't mean as a file, link it like the rest.

I was thinking about the utility of having git at all, since you can download the repo via HTTPS without needing to git pull.

Sorry I wasn't clear.

MeatSh1eld commented 8 months ago

oh ok

MeatSh1eld commented 8 months ago

i have updated to code

MeatSh1eld commented 8 months ago

i broke my code

Bash-09 commented 3 months ago

This branch looks like it's gone stale.

Since we're no longer in Alpha and nobody who doesn't know what they're doing should be trying to build the app themselves anymore, I don't think there's any reason to try and fix this up or keep it around.