Remove obsolete artifact from appveyor

This commit is contained in:
Konstantinos Sideris 2017-11-07 09:16:39 +02:00
parent dc0ffc26dd
commit 26904fe992
2 changed files with 1 additions and 2 deletions

View File

@ -103,5 +103,4 @@ deploy:
artifacts:
- path: nheko_win_64.zip
- path: NhekoRelease\nheko.exe
- path: nheko-installer.exe

View File

@ -198,7 +198,7 @@ TimelineItem::TimelineItem(const events::MessageEvent<msgs::Notice> &event,
" sent a notification",
descriptiveTime(QDateTime::fromMSecsSinceEpoch(event.timestamp()))};
auto body = event.content().body().trimmed().toHtmlEscaped();
auto body = event.content().body().trimmed().toHtmlEscaped();
auto timestamp = QDateTime::fromMSecsSinceEpoch(event.timestamp());
generateTimestamp(timestamp);