Skip to content

Commit

Permalink
name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
IBuildRoboats committed Nov 23, 2024
1 parent 909a904 commit fa6b06e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions main.py → ModUpdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def load_config(self):
self.initSetupScreen()

def init_ui(self):
self.setWindowTitle("Minecraft Mod Manager")
self.setWindowTitle("Mod Updater")
self.setGeometry(300, 300, 400, 200)

self.layout = QVBoxLayout()
Expand Down Expand Up @@ -150,7 +150,7 @@ def delete_mods_folder(self):
# Attempt to delete the directory and its contents
print(f"Deleting {mods_folder}")
try:
self.remove_read_only_attribute(os.path.expanduser("~\AppData\Roaming\.minecraft\mods\.git\objects\pack"))
self.remove_read_only_attribute(os.path.expanduser("~/AppData/Roaming/.minecraft/mods/.git/objects/pack"))

except:
pass
Expand Down
Binary file added app.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions config.txt

This file was deleted.

0 comments on commit fa6b06e

Please sign in to comment.