Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 286 Bytes

dev.md

File metadata and controls

17 lines (11 loc) · 286 Bytes

Dev

Create Single Executable

Linux

pyinstaller ./src/kube-inverter.py --name kube-inverter-linux-x86_64 --onefile --specpath ./src/

Windows

TODO

pyinstaller ./src/kube-inverter.py --name kube-inverter-windows-x86_64 --onefile --specpath ./src/