fixed mobile issue

pull/268/head^2
hunterlong 2019-11-05 09:59:14 -08:00
parent f0447d6736
commit b25b96ef02
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ GOCMD=go
GOBUILD=$(GOCMD) build -a
GOTEST=$(GOCMD) test
GOGET=$(GOCMD) get
GOVERSION=1.12.x
GOVERSION=1.13.x
GOINSTALL=$(GOCMD) install
XGO=GOPATH=$(GOPATH) xgo -go $(GOVERSION) --dest=build
BUILDVERSION=-ldflags "-X main.VERSION=${VERSION} -X main.COMMIT=$(TRAVIS_COMMIT)"

View File

@ -32,14 +32,14 @@ type mobilePush struct {
}
var Mobile = &mobilePush{&notifier.Notification{
Method: "Mobile",
Method: "mobile",
Title: "Mobile Notifications",
Description: `Receive push notifications on your Mobile device using the Statping App. You can scan the Authentication QR Code found in Settings to get the Mobile app setup in seconds.
<p align="center"><a href="https://play.google.com/store/apps/details?id=com.statping"><img src="https://img.cjx.io/google-play.svg"></a><a href="https://itunes.apple.com/us/app/apple-store/id1445513219"><img src="https://img.cjx.io/app-store-badge.svg"></a></p>`,
Author: "Hunter Long",
AuthorUrl: "https://github.com/hunterlong",
Delay: time.Duration(5 * time.Second),
Icon: "fas fa-Mobile-alt",
Icon: "fas fa-mobile-alt",
Form: []notifier.NotificationForm{{
Type: "text",
Title: "Device Identifiers",

View File

@ -1,6 +1,6 @@
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2019-10-24 23:09:50.152045 -0700 PDT m=+1.326955115
// 2019-11-05 09:40:38.659073 -0800 PST m=+0.675924642
//
// This contains the most recently Markdown source for the Statping Wiki.
package source