Skip to content

Commit

Permalink
the upgrade assistant was removed (it was only needed when updating t…
Browse files Browse the repository at this point in the history
…o version 2.0.3)
  • Loading branch information
marticliment committed Sep 23, 2023
1 parent ac1543f commit fa0339e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
6 changes: 0 additions & 6 deletions wingetui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

import os
import sys
from upgradeAssistant import doTheMagic


if "--debugcrash" in sys.argv:
Expand All @@ -31,11 +30,6 @@
ctypes.windll.user32.MessageBoxW(None, "WingetUI can't be installed in a path containing special characters. Please reinstall WingetUI on a valid location\n\n\nCurrent path: " + os.path.dirname(sys.executable) + "\nInvalid character detected: " + specialCharacter + "\n\n\nPlease run the WingetUI installer and select a different install location. A possible valid path could be C:\\Program Files\\WingetUI", "WingetUI Crash handler", 0x00000010)
sys.exit(1)

# Remove old WingetUI installation
if "AppData" not in sys.executable:
from threading import Thread
Thread(target=doTheMagic, daemon=True).start()


def CheckProgramIntegrity():
# BEGIN AUTOGENERATED HASH DICTIONARY
Expand Down
63 changes: 0 additions & 63 deletions wingetui/upgradeAssistant.py

This file was deleted.

0 comments on commit fa0339e

Please sign in to comment.