AppImageCrafters / AppRun

AppDir runtime components
MIT License
26 stars 10 forks source link

Define the AppDir default location using the .env file #25

Closed azubieta closed 3 years ago

azubieta commented 3 years ago

Rationale

In some scenarios it may be required to have multiple entry points in a single bundle therefore an AppRun will be required for each. The .env file will still be one therefore we can track the AppDir root to that location.

Proposal:

Set the AppDir default path using the .env file location

azubieta commented 3 years ago

A better approach for multiple entry points is proposes at #27