diff --git a/Makefile b/Makefile index c672c4b7..aeafd359 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,7 @@ __main__.dist: autoortho/.version --include-data-file=./autoortho/lib/windows/*=lib/windows/ \ --include-data-file=./autoortho/aoimage/*.dll=aoimage/ \ --include-data-dir=./autoortho/imgs=imgs \ + --onefile-windows-splash-screen-image=./autoortho/imgs/splash.png \ --standalone \ --disable-console \ ./autoortho/__main__.py -o autoortho_win.exe diff --git a/autoortho/imgs/splash.png b/autoortho/imgs/splash.png new file mode 100644 index 00000000..9800cf32 Binary files /dev/null and b/autoortho/imgs/splash.png differ