- Notifications
You must be signed in to change notification settings - Fork724
Closed
Labels
Description
Now I understand that from tagui.py that it is downloading from
def setup(): """function to setup TagUI to user home folder on Linux / macOS / Windows""" # get user home folder location to setup tagui if platform.system() == 'Windows': home_directory = os.environ['APPDATA']Would it be good to change the code such that it does a check on whether the tagui folder exists and uses the existing folder rather than download a new one?
I ask this because I'm working in an environment where remote host downloading is not allowed, (yay web isolation, no curl either).
So by inspecting the code, I know that this folder is required and I've downloaded manually fromhttps://github.com/tebelorg/Tump/releases/download/v1.0.0/TagUI_Windows.zip