Skip to content

com-name-here/megalauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

MegaLauncher

A basic GUI for launching and updating MegaAntiCheat, made with Qt.

Installation

Windows

Not yet available due to the whole application being stopped when trying to stop MAC. If you're fine with this, try building it yourself.

Linux

  • For more recent distros (Arch, Fedora 40, etc.) and theming on KDE, download the standard MegaLauncher binary. (Built on Arch Linux)
  • For distros with a glibc version older than 2.39, download MegaLauncher-compat instead. (Built on Ubuntu 22.04)

Building

If no release binary works for you, try building manually instead:

Downloading The Code

  • Either clone the repo with git:
git clone https://github.com/com-name-here/megalauncher.git

Windows

  1. Install Python 3.12. Make sure to add it to PATH in the installer!
  2. Install requirements (Replace path\to\ with actual path)
pip install -r path\to\requirements.txt
  1. Build the executable with PyInstaller (Replace path\to\ with actual path)
pyinstaller --name="MegaLauncher" --windowed --onefile --icon=path\to\icon.ico path\to\main.py
  1. Profit! (You'll find the executable in a folder called dist, which is located in the folder you ran the command from. You should probably look in your user folder.)

Linux

  1. Install Python 3.12 from your distro's package manager
  2. Install requirements (Replace path/to/ with actual path)
pip install -r path/to/requirements.txt
  1. Build the executable with PyInstaller (Replace path/to/ with actual path)
pyinstaller --name="MegaLauncher" --windowed --onefile path/to/main.py
  1. And we're done! (Hopefully)

About

A basic GUI for launching and updating MegaAntiCheat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages