Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Add a search_paths option to the qgis-installation-finder job #523

Closed
1 task done
Guts opened this issue Jun 18, 2024 · 0 comments · Fixed by #535
Closed
1 task done

[Feature Request]: Add a search_paths option to the qgis-installation-finder job #523

Guts opened this issue Jun 18, 2024 · 0 comments · Fixed by #535
Assignees
Labels
enhancement New feature or request to be funded Requires financial support to be solved

Comments

@Guts
Copy link
Owner

Guts commented Jun 18, 2024

Context

No response

Description

Add a search_paths option to the qgis-installation-finder job like this:

- name: Find installed QGIS
  uses: qgis-installation-finder
  with:
    if_not_found: warning
    search_paths:
      - %PROGRAMFILES%\\QGIS x.y.z\\bin\
      - %QDT_OSGEO4W_INSTALL_DIR%
      - D:\\Applications\\QGIS\\
    version_priority:
      - "3.36"

A few remarks:

  • the order matters
  • the

Related links

Use Cases

Strategies for deploying QGIS on computer parks often opt for specific locations (typically outside %PROGRAMFILES%), notably for security reasons (a bit of unpredictability for outside people), backup or standardization of practices (typically the name of the QGIS installation folder is... not very clever.).

Visuals

No response

Before submitting

  • I have verified that my idea is a change request and not a bug report.
@Guts Guts added enhancement New feature or request triage To be qualified, waiting for a project manager labels Jun 18, 2024
@Guts Guts self-assigned this Jun 18, 2024
@Guts Guts added to be funded Requires financial support to be solved and removed triage To be qualified, waiting for a project manager labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to be funded Requires financial support to be solved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant