Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Typo in Travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Jun 16, 2019
1 parent ace4a77 commit 9e922cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ after_success:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export DEPLOYFILE=sfizz-$VERSION-x86_64.AppImage; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then wget -c -nv "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then chmod +x linuxdeploy-x86_64.AppImage; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then for size in 16 32 48 128 256; do dirname="Sfizz/usr/share/icons/hicolor/${size}x${size}/apps"; mkdir -p $dirname; cp ./resources/icons/icon_${size}px.png ./${dirname}/sfizz.png; done; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./linuxdeploy-x86_64.AppImage --appdir=Sfizz --desktop-file=./resources/linux/sfizz.desktop --executable=./Builds/LinuxMakefile/build/sfizz --output=appimage; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then for size in 16 32 48 128 256; do dirname="sfizz/usr/share/icons/hicolor/${size}x${size}/apps"; mkdir -p $dirname; cp ./resources/icons/icon_${size}px.png ./${dirname}/sfizz.png; done; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./linuxdeploy-x86_64.AppImage --appdir=sfizz --desktop-file=./resources/linux/sfizz.desktop --executable=./Builds/LinuxMakefile/build/sfizz --output=appimage; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export DEPLOYFILE=sfizz-$VERSION.dmg; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then mkdir ./output; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then cp -r ./Builds/MacOSX/build/Release/* ./output/; fi
Expand Down

0 comments on commit 9e922cd

Please sign in to comment.