No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-04-14 16:09:20 +02:00
.gitignore feat: create working script to open save manager 2025-02-01 23:58:00 +01:00
main.py feat: add console prints 2025-04-14 16:09:02 +02:00
main.spec feat: change executable output file name 2025-04-14 16:09:13 +02:00
README.md feat: add readme 2025-04-14 16:09:20 +02:00
requirements.txt feat: create working script to open save manager 2025-02-01 23:58:00 +01:00

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 🎉