mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-05 14:00:45 +08:00
4 lines
46 B
Bash
Executable File
4 lines
46 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pyinstaller -y -p ./rembg rembg.py
|