Lines starting with '#' will be ignored, and an empty message aborts
This commit is contained in:
2025-04-18 13:25:19 +02:00

View File

@@ -0,0 +1,12 @@
# Heif2Jpg Converter
## Building the app
1. Download this repository
`git clone https://gitea.jakubvanko.sk/jakub/Heif2Jpg.git`
2. Install miniconda `curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output .\Downloads\Miniconda3-latest-Windows-x86_64.exe`
3. Recreate the environment `conda env create --file environment.yml`
4. To build the app run the `build.bat`