From dc07939025c46c530f2597730677c3a85b66ea2f Mon Sep 17 00:00:00 2001 From: Archon0ne Date: Tue, 7 May 2024 23:38:49 +0200 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1aedb4a..ec39848 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# LoadOrderEditorDD - +# LoadOrderEditorDD + My own load order editor with drag-and-drop. It's just a simple python script, mostly written by chatgpt. Install to sptaki base dir (next to aki.launcher.exe) provided as-is. Don't expect support. If it works for you; good shit. 👍 @@ -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. \ No newline at end of file +pyinstaller --onefile --noconsole --name=LoadOrderEditorDD --icon=LoadOrderEditorDD.ico --add-data "F:\Software\Miniconda\Lib\site-packages\qtvscodestyle;qtvscodestyle" LoadOrderEditorDD.py \ No newline at end of file