minor fix for tmp_path

This commit is contained in:
Mikhail Tergoev 2025-03-07 02:47:11 +03:00
parent 9aa5c5bab9
commit df97448bdb

@ -10,7 +10,7 @@ from modules.downloader import *
from modules.init_wine import * from modules.init_wine import *
from modules.source_fetcher import * from modules.source_fetcher import *
tmp_path = tempfile.gettempdir() tmp_path = tempfile.gettempdir() + "/portproton"
work_path = get_env_var("USER_WORK_PATH") work_path = get_env_var("USER_WORK_PATH")