From 4869f26e23b256bb9c3153ab7a232ceec5eac605 Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 18 Apr 2025 13:24:59 +0200 Subject: [PATCH] Updated name to Heif2JpgConverter --- heif2jpgGuiBar.py => Heif2JpgConverter.py | 0 build.bat | 15 +-------------- ...{heif2jpgGuiBar.exe => Heif2JpgConverter.exe} | Bin 3 files changed, 1 insertion(+), 14 deletions(-) rename heif2jpgGuiBar.py => Heif2JpgConverter.py (100%) rename dist/{heif2jpgGuiBar.exe => Heif2JpgConverter.exe} (100%) diff --git a/heif2jpgGuiBar.py b/Heif2JpgConverter.py similarity index 100% rename from heif2jpgGuiBar.py rename to Heif2JpgConverter.py diff --git a/build.bat b/build.bat index 447da34..e6fc825 100644 --- a/build.bat +++ b/build.bat @@ -1,20 +1,7 @@ @echo off echo Building HEIF to JPG converter... -:: Set actual paths based on your system -SET PYTHON_DLL_PATH=C:\Users\vanko\anaconda3\DLLs -SET VENV_PATH=C:\Users\vanko\MyCode\Heif2Jpg\heif2jpg -SET SITE_PACKAGES=%VENV_PATH%\Lib\site-packages - -pyinstaller --noconsole --onefile ^ ---icon="Heif2Jpg.ico" ^ ---hidden-import=PIL._tkinter_finder ^ ---hidden-import=xml.parsers.expat ^ ---add-binary="%PYTHON_DLL_PATH%\pyexpat.pyd;." ^ ---add-binary="%PYTHON_DLL_PATH%\_tkinter.pyd;." ^ ---collect-all pillow_heif ^ ---collect-all PIL ^ -heif2jpgGuiBar.py +pyinstaller --noconsole --onefile --icon=myicon.ico Heif2JpgConverter.py echo Done! pause \ No newline at end of file diff --git a/dist/heif2jpgGuiBar.exe b/dist/Heif2JpgConverter.exe similarity index 100% rename from dist/heif2jpgGuiBar.exe rename to dist/Heif2JpgConverter.exe