We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7cb51 commit 256dac6Copy full SHA for 256dac6
scripts/travis_deploy.sh
@@ -1,11 +1,11 @@
1
#!/bin/bash
2
3
-#Create a zip file for Windows, Linux and Apple OS X
+#Create a zip file for Windows, Linux and Apple macOS
4
5
#this will be set later
6
unset RELEASE_ZIP_FILE
7
8
-#----------- check for Windows, Linux and Apple OS X build
+#----------- check for Windows, Linux and Apple macOS build
9
if [ "$TRAVIS_OS_NAME" = "linux" ]
10
then
11
@@ -28,7 +28,7 @@ then
28
elif [ "$TRAVIS_OS_NAME" = "osx" ]
29
30
#Apple os x
31
- export RELEASE_ZIP_FILE="trackereditor_os_x.zip"
+ export RELEASE_ZIP_FILE="trackereditor_macOS.zip"
32
cd enduser
33
34
#move the executable to the application bundle
0 commit comments