We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'am using 0.32 on win 10. When i first start app, alert many errors.
After some work, I find code error at main.development.js:
main.development.js
let trayIconSrc = `${__dirname}/tray_icon.png` if (process.platform === 'darwin') { trayIconSrc = `${__dirname}/[email protected]` } else if (process.platform === 'win32') { trayIconSrc = `${__dirname}/tray_icon.ico` }
On windows, I think the path should be '\' instead of '/'.
I use asar change file packged in app.asar, Evething is fine.
asar
The text was updated successfully, but these errors were encountered:
@gxy01 thanks for the comment
Sorry, something went wrong.
it seems doesn't fix it in code repository, why close this issue
Successfully merging a pull request may close this issue.
I'am using 0.32 on win 10.
When i first start app, alert many errors.
After some work, I find code error at
main.development.js
:On windows, I think the path should be '\' instead of '/'.
I use
asar
change file packged in app.asar, Evething is fine.The text was updated successfully, but these errors were encountered: