-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add helper to handle common error on exe name (#206)
To make @EmilieEPLoire's lfe easier 😉 Use case: ```yaml [...] settings: QGIS_EXE_PATH: linux: /usr/bin/qgis mac: /usr/bin/qgis windows: "%PROGRAMFILES%/QGIS/3_22/bin/qgis-bin.exe" [...] ``` Common error on executable name which is `/qgis-ltr-bin.exe` when LTR version is installed. This PR adds an helper to check if `qgis-ltr-bin.exe` exists when `qgis-bin.exe` is set. And vice-versa.
- Loading branch information
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters