Skip to content

Commit 256dac6

Browse files
chore: rename zip file 'OS X' to 'macOS'
[ci skip]
1 parent ca7cb51 commit 256dac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/travis_deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

3-
#Create a zip file for Windows, Linux and Apple OS X
3+
#Create a zip file for Windows, Linux and Apple macOS
44

55
#this will be set later
66
unset RELEASE_ZIP_FILE
77

8-
#----------- check for Windows, Linux and Apple OS X build
8+
#----------- check for Windows, Linux and Apple macOS build
99
if [ "$TRAVIS_OS_NAME" = "linux" ]
1010
then
1111

@@ -28,7 +28,7 @@ then
2828
elif [ "$TRAVIS_OS_NAME" = "osx" ]
2929
then
3030
#Apple os x
31-
export RELEASE_ZIP_FILE="trackereditor_os_x.zip"
31+
export RELEASE_ZIP_FILE="trackereditor_macOS.zip"
3232
cd enduser
3333

3434
#move the executable to the application bundle

0 commit comments

Comments
 (0)