fix git version

This commit is contained in:
rambros 2026-03-19 15:04:04 +05:30
parent 36a9228ad8
commit ad73ce0571

View file

@ -61,9 +61,8 @@ def relaunch_in_terminal():
def main():
import os
# Ensure screenshots directory exists and is configured
# Ensure screenshots directory is configured (but not created yet)
shot_path = os.path.abspath("screenshots")
os.makedirs(shot_path, exist_ok=True)
os.environ["TEXTUAL_SCREENSHOT_LOCATION"] = shot_path
relaunch_in_terminal()