Compare commits
2 Commits
83b437cb29
...
97db6a8033
| Author | SHA1 | Date | |
|---|---|---|---|
| 97db6a8033 | |||
| ef3ce2b12b |
@@ -7,7 +7,8 @@
|
|||||||
"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)",
|
"Bash(pyinstaller --onefile --console --name \"GitUpdateChecker\" --icon=NONE git_updater.py)",
|
||||||
"Bash(python -m PyInstaller --onefile --console --name \"GitUpdateChecker\" --icon=NONE git_updater.py)",
|
"Bash(python -m PyInstaller --onefile --console --name \"GitUpdateChecker\" --icon=NONE git_updater.py)",
|
||||||
"Bash(cmd /c build.bat)"
|
"Bash(cmd /c build.bat)",
|
||||||
|
"Bash(pyinstaller --onefile --noconsole --name \"GitUpdateChecker\" --icon=NONE git_updater.py)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
@@ -22,7 +22,7 @@ if errorlevel 1 (
|
|||||||
echo [*] Compilation en cours...
|
echo [*] Compilation en cours...
|
||||||
echo.
|
echo.
|
||||||
|
|
||||||
pyinstaller --onefile --console --name "GitUpdateChecker" --icon=NONE git_updater.py
|
pyinstaller --onefile --noconsole --name "GitUpdateChecker" --icon=NONE git_updater.py
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
if exist "dist\GitUpdateChecker.exe" (
|
if exist "dist\GitUpdateChecker.exe" (
|
||||||
|
|||||||
Reference in New Issue
Block a user