-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Refactor Mac installer generation #776
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
97e79f5
Refactor Mac .pkg generation
remixz f186d1c
Add symlink step to Mac installer
remixz 8491b02
Merge remote-tracking branch 'origin/v1.x' into refactor-mac-installer
remixz e08d2df
Create empty files on pre-pkg, set up uninstall
remixz 2fb6c21
Add pre-pkg to .PHONY in makefile
remixz 5580022
Wrap Makefile lines at 80 characters
remixz d1c2ac7
Wrap osx-pkg README at 80 characters
remixz 1755cc8
Simplify `no_symlink` check in tools/install.py
remixz 1434328
Add uninstaller
remixz 5e2c01c
Change codesign to sign iojs, not node
remixz cb069d4
Merge remote-tracking branch 'origin/v1.x' into refactor-mac-installer
remixz 2526e1d
Remove node_modules if folder is empty
remixz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add symlink step to Mac installer
- Loading branch information
commit f186d1c11bdb502499a478f2dea7bcaaeb1cfa32
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
no_symlink = len(args) > 4 and args[4] == 'true'?