Skip to content

Conversation

@cabiste-dev
Copy link
Contributor

@cabiste-dev cabiste-dev commented Oct 19, 2023

Currently when building an image this tool only looks for the AppDir in the current working directory (unless --appdir is used) and completely ignores the path defined in the recipe file.
And when generating a recipe it only looks for the AppDir in the current directory ignoring --appdir argument.

This PR fixes that.

The hirearchy of importance is:

  1. recipe.AppDir.path() (if defined and found)
  2. --appdir argument (if used)
  3. defaults to searching for AppDir in the current working directory

we don't talk about #326

Copy link
Contributor

@azubieta azubieta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for helping!

@azubieta azubieta merged commit 68bbc14 into AppImageCrafters:main Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants