Skip to content
Snippets Groups Projects
Commit c5f00313 authored by George Nachman's avatar George Nachman
Browse files

Make a symlink from iTerm2 to iTerm to fix upgrade problems

parent 712c9d8a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -49,6 +49,9 @@ function Build {
# since Sparkle won't accept a name change.
rm -rf iTerm.app
mv iTerm2.app iTerm.app
pushd iTerm.app/Contents/MacOS
ln -s iTerm2 iTerm
popd
zip -ry iTerm2-${NAME}.zip iTerm.app
# Update the list of changes
Loading
Loading
Loading
Loading
@@ -49,6 +49,9 @@ function Build {
# since Sparkle won't accept a name change.
rm -rf iTerm.app
mv iTerm2.app iTerm.app
pushd iTerm.app/Contents/MacOS
ln -s iTerm2 iTerm
popd
zip -ry iTerm2-${NAME}.zip iTerm.app
# Update the list of changes
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment