Switch project so src layout

This will make it possible to build pip packages.
Add a make file to compile UI files and build mac and win applications.
This commit is contained in:
2023-01-04 18:12:59 +01:00
parent 2400bd6951
commit 3f2f3e0478
73 changed files with 2606 additions and 2584 deletions

View File

@@ -1,7 +0,0 @@
@echo off
pyinstaller --noconfirm --clean -D --windowed ^
--add-data="data\\revpicommander.ico;." ^
--add-data="revpicommander\\locale;.\\locale" ^
--icon=data\\revpicommander.ico ^
--path=include ^
revpicommander\revpicommander.py