Skip to content

Commit

Permalink
rename QuarkGui to QuarkShell #3
Browse files Browse the repository at this point in the history
  • Loading branch information
freemountain authored and freemountain committed Feb 4, 2017
1 parent 603d3e5 commit 89168e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ before_install:

script:
- ./configure
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./tools/deploy_win.sh QuarShell qt5-mxe; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./tools/deploy_linux.sh QuarShell qt5; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./tools/deploy_mac.sh QuarShell qt5; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./tools/deploy_win.sh QuarkShell qt5-mxe; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./tools/deploy_linux.sh QuarkShell qt5; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./tools/deploy_mac.sh QuarkShell qt5; fi
- ls .
deploy:
- provider: releases
Expand All @@ -64,7 +64,7 @@ deploy:
prerelease: true
api_key:
secure: IckXTW+tOTID4xV9tc1arkNlJPNA7gUfziDbWyjuqxgmIdrMJthpT6BSzhaCb3+yFqXDDuNn73li4SJz0Xy6jvQXLK+Jgsl3iyOButiyq7X61bxeA0fd9Kc5Y3P7lVQbYPvaczIRT0NOBPwmRjPZr1bvIESS/jnVvBF0uM+jIilJAMDYVBcSr0jZz0JJLs9eBTBZiH6lH1FD1NWhBpYpYA0P39O39nofZOGvZRdRgZ97pxBRGhVhjy5LwysDnza78ik92lQSBb1PcItM4wm9gt6eEBjgvP/rfl5JHn0ST5226Me98Ppq88hJ5sCZRXdmWg30CJ4WrTg/NCEp/bZXx8m2iKSA0QCei9Et8nnlSSYzrMGfTCvGbFLKWb027rcNsbohkfUTV8BKooPPSx/24t3lN6J3baYLD4ilDwkBAGouKti4+qLkT5BipxTOeBIW6Ot/SW7kv7ivnqrLsCzNHrtlqawURmaOSot4Noz0j4ZyuH1jbML3NsqNBCWZDsTsnLCkXYz05zPF+xtXxIUR8X6SKILWMp531aIhU/hhOcl8ajBp4ri+JQwTIqqXfkBidzfTI+d94EWukDclEa4YDqAO8FLLVv1cIwZH3PrqWH8dRrOxdUZTB+dTohJkkwufoMAvy83AoE1T3gpdd8JNdRJP+h6jC3HTCQLFw3gmkpA=
file: /home/travis/build/freemountain/quark/dist/linux/Quark-x86_64.AppImage
file: /home/travis/build/freemountain/quark/dist/linux/quark-shell-x86_64.AppImage
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion tools/deploy_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rm -rf "$DIST_PATH"
cat << EOF > "$TARGET_PATH/quark.desktop"
[Desktop Entry]
Type=Application
Name=Quark
Name=$dashed_target
Exec=AppRun %F
Icon=quark
Comment=Edit this default file
Expand Down

0 comments on commit 89168e3

Please sign in to comment.