2 lines
109 B
Bash
Executable file
2 lines
109 B
Bash
Executable file
rm -rf image_tool_builds
|
|
pyinstaller --onefile --distpath image_tool_builds -n imgtools_linux image_tools.py
|