Skip to content

Build for Linux: Icon set directory doesn't exist #1276

@cawa-93

Description

@cawa-93
  • Version: 13.9.0
  • Target: -l --x64

It seems to me that a relative path is calculated as something strange.
Icons for my application, lie at app/icons
In package.json for Windows I can type

    "win": {
      "icon": "app/icons/icon.ico"
    }

and file will be found
In package.json for Linux I try set:

    "linux": {
      "icon": "app/icons/",
      "target": [
        "AppImage"
      ]
    }

But the builder is looking for them at build/app/icons

I have't build directory.

Unhandled rejection Error: Icon set directory /home/alex/LinWin/Develop/command-editor/build/icons doesn't exist

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions