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
Originally brought to our attention in #76, i've decided this needs it's own seperate issue, to track progress and everyone's thoughts.
Original message:
Hey @kurisubrooks just an update on the Win7 Balloon problems I was having. Finally got around to get a debug of the code and was receiving the error
"Error: ENOENT, node_modules/node-notifier/vendor/notifu/notifu not found in ..MyApp/resources/app.asar"
So I took a look in the balloon.js and notice it was looking for ".../notifu/notifu" which I assume is to handle the regular .exe and the 64.exe. For this we are only building a 32 bit version, so I changed the .js to notifu.exe and it fixed the problem.
Not sure if this will help fix the problem if you need x32 & x64, but just wanted to let you guys know. Thanks!
– @sean6bucks
The text was updated successfully, but these errors were encountered:
Originally brought to our attention in #76, i've decided this needs it's own seperate issue, to track progress and everyone's thoughts.
Original message:
The text was updated successfully, but these errors were encountered: