Update readme

This commit is contained in:
Archon0ne 2024-05-07 23:38:49 +02:00
parent cb694d95c6
commit dc07939025

View File

@ -9,5 +9,6 @@ Automatically gets all mods in ./user/mods and creates a load order list from th
You can hover each mod for more information about it (pulled from package.json)
Again, fully expect this to have failure cases. Made this for myself. Built using PyInstaller, that's why it so big and inefficient.
Again, fully expect this to have failure cases. Made this for myself.
pyinstaller --onefile --noconsole --name=LoadOrderEditorDD --icon=LoadOrderEditorDD.ico --add-data "F:\Software\Miniconda\Lib\site-packages\qtvscodestyle;qtvscodestyle" LoadOrderEditorDD.py