-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
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
Update installer resources #2418
Labels
build
Issues and PRs related to build files or the CI.
Comments
cjihrig
pushed a commit
to cjihrig/node
that referenced
this issue
Aug 19, 2015
Addresses issues in nodejs#2418 Conflicts: src/res/node.ico
Fixed in updated PR #2367 |
cjihrig
pushed a commit
to cjihrig/node
that referenced
this issue
Aug 23, 2015
This commit completes the io.js to Node.js rename in the Windows installer. Fixes: nodejs#2418 PR-URL: nodejs#2367 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #2367 has landed, a few things have to be fixed on the Windows and OS X installers:
Regarding the Windows installer, you can remove the following lines (linking of iojs.exe to nodejs.exe):
On OS X, these lines have to be changed:
io.js icon on the installer must be replaced as well:
https://github.com/cjihrig/node-1/blob/rename/tools/msvs/msi/product.wxs#L28
Same for the OS X installer:
https://github.com/cjihrig/node-1/blob/rename/tools/osx-pkg.pmdoc/index.xml.tmpl#L24
The text was updated successfully, but these errors were encountered: