mirror of
https://github.com/Yochyo/ToNSaveManagerLinux
synced 2026-08-19 19:30:47 +02:00
No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| main.py | ||
| main.spec | ||
| README.md | ||
| requirements.txt | ||
ToNSaveManager Linux
This project contains the source code for a single file executable that starts ToNSaveManager on linux. It uses protontricks under the hood.
Usage
- Download the latest executable: https://github.com/Yochyo/ToNSaveManagerLinux/releases
- put it in the same folder as your ToNSaveManager.exe (it has to be named exactly like this)
- allow it to be executed using
chmod +x ./ToN(replace . with the correct path) - double click it or run it in the terminal using
./ToN
Build it yourself
- clone this repository and install the dependencies
- run
pyinstaller main.spec - The executable can be found in
dist/ToN🎉