Skip to content

Commit 2b2987c

Browse files
committed
Clean release script
Signed-off-by: Maxime Gervais <gervais.maxime@gmail.com>
1 parent f140890 commit 2b2987c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Release/Release_Mac.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ pushd "${release_directory}/"
7373
popd
7474

7575
#-----------------------------------------------------------------------
76-
# Get ffmpeg-ma
76+
# Get ffmpeg-ma
7777
pushd "${release_directory}/"
7878
curl -LO "https://mediaarea.net/download/snapshots/binary/ffmpeg/latest/FFmpeg_Bin_Latest_Mac_Static_x64.zip"
7979
unzip -d vrecord_ROOT/usr/local/lib/vrecord -x FFmpeg_Bin_Latest_Mac_Static_x64.zip bin/ffmpeg bin/ffplay
8080
mv vrecord_ROOT/usr/local/lib/vrecord/bin/ffmpeg vrecord_ROOT/usr/local/lib/vrecord/bin/ffmpeg-ma
81-
mv vrecord_ROOT/usr/local/lib/vrecord/bin/ffplay vrecord_ROOT/usr/local/lib/vrecord//bin/ffplay-ma
81+
mv vrecord_ROOT/usr/local/lib/vrecord/bin/ffplay vrecord_ROOT/usr/local/lib/vrecord//bin/ffplay-ma
8282
popd
8383

8484

@@ -111,7 +111,7 @@ pushd "${release_directory}/"
111111
popd
112112

113113
#-----------------------------------------------------------------------
114-
# Get QCTools CLI
114+
# Get QCTools CLI
115115
pushd "${release_directory}/"
116116
qc_version=$(curl -Ls https://mediaarea.net/download/binary/qcli | grep -Eo 'href="[0-9.]+/"' | head -n1 | grep -Eo '[0-9.]+')
117117
curl -L "https://mediaarea.net/download/binary/qcli/${qc_version}/qcli_${qc_version}_mac.dmg" -o qcli.dmg
@@ -125,7 +125,7 @@ pushd "${release_directory}/"
125125
popd
126126

127127
#-----------------------------------------------------------------------
128-
# Get dvrescue CLI
128+
# Get dvrescue CLI
129129
pushd "${release_directory}/"
130130
dv_version=$(curl -Ls https://mediaarea.net/download/binary/dvrescue | grep -Eo 'href="[0-9.]+/"' | head -n1 | grep -Eo '[0-9.]+')
131131
curl -L "https://mediaarea.net/download/binary/dvrescue/${dv_version}/dvrescue_CLI_${dv_version}_Mac.dmg" -o dvrescue.dmg
@@ -139,15 +139,15 @@ pushd "${release_directory}/"
139139
popd
140140

141141
#-----------------------------------------------------------------------
142-
# Get gnuplot
142+
# Get gnuplot
143143
pushd "${release_directory}/"
144-
curl -L https://csml.northwestern.edu/Download/Gnuplot/gnuplot-6.0.3-qt5-universal.pkg -o gnuplot-qt5-universal.pkg
144+
curl -L https://csml.northwestern.edu/Download/Gnuplot/gnuplot-6.0.3-qt5-universal.pkg -o gnuplot-qt5-universal.pkg
145145
pkgutil --expand-full gnuplot-qt5-universal.pkg gnuplot_ROOT
146146
cp -a gnuplot_ROOT/gnuplot-package-*-qt5-universal.pkg/Payload/* vrecord_ROOT/usr/local/lib/vrecord
147147
popd
148148

149149
#-----------------------------------------------------------------------
150-
# Get MKVToolNix
150+
# Get MKVToolNix
151151
pushd "${release_directory}/"
152152
curl -L https://mkvtoolnix.download/macos/MKVToolNix-42.0.0.dmg -o MKVToolNix-42.0.0.dmg
153153

@@ -246,7 +246,7 @@ pushd "${release_directory}/"
246246
cp -a ../vplay vrecord_ROOT/usr/local/bin
247247
cp -a ../vrecord vrecord_ROOT/usr/local/bin
248248

249-
cp -a ../vtest.1 vrecord_ROOT/usr/local/share/man/man1
249+
cp -a ../vtest.1 vrecord_ROOT/usr/local/share/man/man1
250250
cp -a ../vrecord.1 vrecord_ROOT/usr/local/share/man/man1
251251

252252
cp -a ../Resources/audio_mode.gif vrecord_ROOT/usr/local/share/vrecord/Resources

0 commit comments

Comments
 (0)