-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
qcif/data-curator
#563Description
- 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
Reactions are currently unavailable