Skip to content

swz-git/guilauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI launcher

A RLBotGUI launcher

Compiling

Windows

Make sure you have the rust toolchain installed. Build using cargo build --release

Cross-compiling on linux

Make sure you have the rust toolchain and cargo-xwin installed. Build using cargo xwin build --release

Improvements over old batch installer

  • Self-updater
  • Rust (more reliable, faster)
  • Probably more anti-virus friendly (no bat2exe)