diff --git a/portproton.py b/portproton.py index c7cc03e..d95c37a 100755 --- a/portproton.py +++ b/portproton.py @@ -10,7 +10,7 @@ from modules.downloader import * from modules.init_wine import * from modules.source_fetcher import * -tmp_path = tempfile.gettempdir() +tmp_path = tempfile.gettempdir() + "/portproton" work_path = get_env_var("USER_WORK_PATH")