mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
5 lines
60 B
Bash
Executable file
5 lines
60 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pyinstaller --onefile pferd.py
|