Compare commits

..

2 Commits

Author SHA1 Message Date
08be2e7ce1 Merge branch 'main' of https://gitea.jakubvanko.sk/jakub/Heif2Jpg
Lines starting with '#' will be ignored, and an empty message aborts
2025-04-18 13:25:19 +02:00
4869f26e23 Updated name to Heif2JpgConverter 2025-04-18 13:24:59 +02:00
3 changed files with 1 additions and 14 deletions

View File

@@ -1,20 +1,7 @@
@echo off @echo off
echo Building HEIF to JPG converter... echo Building HEIF to JPG converter...
:: Set actual paths based on your system pyinstaller --noconsole --onefile --icon=myicon.ico Heif2JpgConverter.py
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
echo Done! echo Done!
pause pause