This repository contains the installer for ETS2LA. You can find the source code for the main application in the ETS2LA repository.
- Check the releases page for the latest automatically built installer.
- You can check out ets2la.com/developers for the latest information on setting up a development environment for ETS2LA.
Install NSIS from nsis.sourceforge.io and Python from python.org. Then run the following commands in the root directory of this repository:
python auto_precompile.py
makensis main.nsi
Please refer to the translation guide for information on how to contribute translations for the installer.
Please fork the repository and create a PR with your changes.