update build url
This commit is contained in:
parent
65e218ccea
commit
fd4f13480a
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class SlackSender {
|
|||
Future sendBuild(String appName, SlackBuildType buildType, Color color,
|
||||
String version, String downloadURL,
|
||||
{String channel = 'build'}) async {
|
||||
final buildURL = 'http://toki-labs.com/build/';
|
||||
final buildURL = 'https://toki-labs.com/cdn/build/';
|
||||
String thumUrl = buildType == SlackBuildType.android
|
||||
? '${buildURL}android.png'
|
||||
: '${buildURL}appstore.png';
|
||||
|
|
|
|||
Loading…
Reference in a new issue