You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
As stated in the docs: The path to icon set directory, relative to build (build resources directory).
But I totally understand you — it is not user-friendly. Because for windows icon also should be relative to build resources, but actually we allow it to be relative or to project dir, or to build.
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 typeand file will be found
In
package.json
for Linux I try set:But the builder is looking for them at
build/app/icons
I have't
build
directory.The text was updated successfully, but these errors were encountered: