Skip to content

Folder Structure

Caleb Gardner edited this page Oct 1, 2021 · 2 revisions

LinuxPA expects a certain folder structure. For the most part, Linux will handle this all on its own. This is here as a reference.

LinuxPA
  - PortableApps
    - {App Name}.AppImage (Not supported in v2) (.config and .home creation will be disabled)
    - {App Name}
      - {Executables}
      - {App Name}.desktop (Not supported in v2)
      - {App Name}.{png,jpg,svg}
      - .LinuxPA
        - prefs.json

NOTE: If multiple .desktop files are present in an app folder, each one will be made into a separate app.

Clone this wiki locally