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
Copy file name to clipboardExpand all lines: tools/release_beta.sh
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,6 @@ function Build {
49
49
# since Sparkle won't accept a name change.
50
50
rm -rf iTerm.app
51
51
mv iTerm2.app iTerm.app
52
-
pushd iTerm.app/Contents/MacOS
53
-
ln -s iTerm2 iTerm
54
-
popd
55
52
zip -ry iTerm2-${NAME}.zip iTerm.app
56
53
57
54
# Update the list of changes
@@ -84,7 +81,13 @@ ORIG_DIR=`pwd`
84
81
echo"Build deployment release"
85
82
make clean
86
83
make release
87
-
Build Deployment """OS 10.8+""This is the recommended beta build for most users. It contains a bunch of bug fixes, including fixes for some crashers.""""--deep"
84
+
85
+
BUILDTYPE=Deployment
86
+
pushd build/$BUILDTYPE/iTerm.app/Contents/MacOS
87
+
ln -s iTerm2 iTerm
88
+
popd
89
+
90
+
Build $BUILDTYPE"""OS 10.8+""This is the recommended beta build for most users. It contains a bunch of bug fixes, including fixes for some crashers.""""--deep"
88
91
89
92
echo Update the linky in the version3 release notes page
Copy file name to clipboardExpand all lines: tools/release_preview.sh
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,6 @@ function Build {
49
49
# since Sparkle won't accept a name change.
50
50
rm -rf iTerm.app
51
51
mv iTerm2.app iTerm.app
52
-
pushd iTerm.app/Contents/MacOS
53
-
ln -s iTerm2 iTerm
54
-
popd
55
52
zip -ry iTerm2-${NAME}.zip iTerm.app
56
53
57
54
# Update the list of changes
@@ -84,7 +81,13 @@ ORIG_DIR=`pwd`
84
81
echo"Build deployment release"
85
82
make clean
86
83
make preview
87
-
Build Deployment "-preview""OS 10.8+""This is the recommended beta build for most users. It contains a bunch of bug fixes, including fixes for some crashers.""""--deep"
84
+
85
+
BUILDTYPE=Deployment
86
+
pushd build/$BUILDTYPE/iTerm.app/Contents/MacOS
87
+
ln -s iTerm2 iTerm
88
+
popd
89
+
90
+
Build $BUILDTYPE"-preview""OS 10.8+""This is the recommended beta build for most users. It contains a bunch of bug fixes, including fixes for some crashers.""""--deep"
0 commit comments