This repository has been archived on 2025-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
all:ui
|
|
python main.py
|
|
|
|
des:
|
|
designer
|
|
|
|
ui:
|
|
pyuic5 -o epm.py epm.ui
|
|
|
|
build:
|
|
rm -rf build dist
|
|
pyinstaller -F --name=epm main.py
|
|
|
|
clean:
|
|
rm -rf build dist
|