From badc7235785feabb4cbbf9ae656b6c081fa2a507 Mon Sep 17 00:00:00 2001 From: Ariescyn <68882322+Ariescyn@users.noreply.github.com> Date: Tue, 8 Mar 2022 09:58:39 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 28a23e0..284458b 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,3 @@ You can use this icon to replace the horrible default Elden Ring game icon. Video of the app in action here: https://youtu.be/CO9h2gy9Qh8 -Build from source: - - pip install pillow pyinstaller - - cd into folder with saveManager.py and data folder - - make sure you have the data folder from the release in the same directory as the script - - pyinstaller --onefile --icon=.\data\icon.ico --windowed .\SaveManager.py