Improve python selection when building apps

This commit is contained in:
Valentin Niess
2022-02-18 16:11:44 +01:00
parent 09084db38b
commit 4beacdf473
4 changed files with 99 additions and 8 deletions

View File

@@ -1,6 +1,10 @@
{# References used in the documentation #}
[APPIMAGE]: https://appimage.org/
[APPIMAGE_APPRUN]: https://docs.appimage.org/introduction/software-overview.html#apprun
[APPIMAGE_DESKTOP]: https://docs.appimage.org/reference/desktop-integration.html#
[APPIMAGE_ENV]: https://docs.appimage.org/packaging-guide/environment-variables.html
[APPIMAGE_XML]: https://docs.appimage.org/packaging-guide/optional/appstream.html
[APPIMAGETOOL]: https://appimage.github.io/appimagetool/
[APPLICATIONS]: {{ config.repo_url }}tree/master/applications/
[GITHUB]: {{ config.repo_url }}