Maj de l'exe

This commit is contained in:
2026-03-24 17:42:04 +01:00
parent 14898275b4
commit ed7885fa29
4 changed files with 10 additions and 2 deletions

View File

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