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
{{ message }}
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
When running gulp or gulp wallet the Mac App doesn't include the correct icon. It seems that the issue if with the electron version. When I change gulpfile.js line 39 from var electronVersion = '1.0.0'; to var electronVersion = '0.37.2'; it will deploy the icon correctly.
Of course we'd like to keep the updated electron, but I haven't found yet the issue.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked and limited conversation to collaborators
Apr 1, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Node type: geth
OS: osx
Network type: n/a
Mist version: develop branch 0.7.4-5
When running
gulp
orgulp wallet
the Mac App doesn't include the correct icon. It seems that the issue if with the electron version. When I changegulpfile.js
line 39 fromvar electronVersion = '1.0.0';
tovar electronVersion = '0.37.2';
it will deploy the icon correctly.Of course we'd like to keep the updated electron, but I haven't found yet the issue.
The text was updated successfully, but these errors were encountered: