-
Notifications
You must be signed in to change notification settings - Fork 2.1k
change binary name "Ethereum-Wallet" to "Ethereum Wallet" #883
Conversation
@@ -113,7 +113,7 @@ gulp.task('set-variables-mist', function () { | |||
gulp.task('set-variables-wallet', function () { | |||
type = 'wallet'; | |||
filenameLowercase = 'ethereum-wallet'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw.. what is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk... it isn't used across the entire project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That code is used as part of the build process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was used in an earlier stage of the build script. we can probably get rid of it now
Previously I was changing the filenames manually. This change you made also would impact on the folder structure and windows platform. Not that simple |
Seems to me that it's just the Mac app folder name which needs to be set. Am I right? |
Changing the file name will most likely have effects on other places. @luclu did you build the files and see if it all works? |
I build and diffed all the files and folders. |
can you remove the |
I will try to find another variable of electron-packager to differentiate the folder from the binary name. Otherwise we might have to leverage gulp to rename it afterwards. |
Yeah the folder name and possible problems with some OS, or servers is why i kept the dash. If we go that route than rather renaming the file names afterwards. The problem is renaming in gulp is not straight forward, as you need to copy, rename and delete the old one. I do this quite a lot in the current gulp script already. So i vote for less complexity. |
I will try to leverage https://www.npmjs.com/package/gulp-rename - haha funny nodejs world 60.000 download in the last day.. |
we already use |
On hold until #972 is merged. |
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. |
0.7.5
used Ethereum Wallet while0.7.6
used Ethereum-Wallet againas reported in #881 (OSX app consistent naming)
This PR closes #833.
Tested on OSX 10.11.5, Ubuntu 14.04 and Windows 7 x64.