Skip to content

Commit

Permalink
ci(release): update installer download links
Browse files Browse the repository at this point in the history
Change package source from bintray to GitHub release
  • Loading branch information
tanxpyox committed May 15, 2021
1 parent bc5aa59 commit 5925e88
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 @@ -24,8 +24,8 @@ before_install:
- export SQUIRREL_VERSION=$( git ls-remote --tags --refs --sort="v:refname" https://github.com/rime/squirrel.git | tail -n1 | sed 's/.*\///' )

# Download latest frontend
- export WEASEL_LINK=https://dl.bintray.com/rime/weasel/weasel-${WEASEL_VERSION}.0-installer.exe
- export SQUIRREL_LINK=https://dl.bintray.com/rime/squirrel/Squirrel-${SQUIRREL_VERSION}.zip
- export WEASEL_LINK=https://github.com/rime/weasel/releases/download/${WEASEL_VERSION}/weasel-${WEASEL_VERSION}.0-installer.exe
- export SQUIRREL_LINK=https://github.com/rime/squirrel/releases/download/${SQUIRREL_VERSION}/Squirrel-${SQUIRREL_VERSION}.zip
- export TRIME_LINK=https://github.com/osfans/trime/raw/gh-pages/release/app-release.apk

# IME Files path
Expand Down

0 comments on commit 5925e88

Please # to comment.