Fix bug maj soft

This commit is contained in:
2026-03-24 15:28:45 +01:00
parent fe56e563f3
commit db69b77739
3 changed files with 28 additions and 14 deletions

View File

@@ -4,7 +4,8 @@
"Bash(python git_updater.py)",
"Bash(pip show:*)",
"Bash(pip install:*)",
"Bash(pyinstaller --onefile --windowed --name \"GitUpdateChecker\" git_updater.py)"
"Bash(pyinstaller --onefile --windowed --name \"GitUpdateChecker\" git_updater.py)",
"Bash(pyinstaller --onefile --console --name \"GitUpdateChecker\" --icon=NONE git_updater.py)"
]
}
}