Installer for RatPoison
First of all, clone this repository and install python. Then execute
pip3 install -r requirements.txt
and
pyinstaller --onefile installer.py --icon=data/1.ico --hidden-import=_cffi_backend --hidden-import=main
If build was successfully, you will find installer.exe
file in dist/
folder
Place compiled build to RatPoison
folder
Settings are located in installerSettings.json
file
Description
force_install_jdk
- When true, installer will download jdk even when it is already installed or already downloaded
force_cheat_update
- When true, installer will download and install update without asking for your input when update is needed
force_cheat_compile
- When true, installer will compile cheat even when it is already compiled
update_type
- When call_installer
, installer will call downloaded installer, otherwise will make everything itself (debugging usage)
build_folder
- Name of build folder
jdk_zip_name
- Installer will save downloaded JDK under this name
github_repo
- Repository where to check and download updates
settings_directory
- Name of settings folder
bypass_download
- When true, installer wont download new update folder and search for downloaded one
jdk_link
- Link to download JDK from
- @retart1337 - Main author