Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show update notify and dialog + Linux icons #97

Merged
merged 1 commit into from
Feb 16, 2020

Conversation

mtgto
Copy link
Collaborator

@mtgto mtgto commented Feb 16, 2020

Screenshots

Update dialog

Update Dialog

v1.5.1 AppImage

I run with v1.5.1 to test updater.

AppImage icon

Notification

Notification

@mtgto mtgto requested a review from hokaccha February 16, 2020 09:54
@@ -17,14 +19,27 @@ export class Updater {

constructor(autoUpdater: AppUpdater) {
this.autoUpdater = autoUpdater;
this.autoUpdater.on("update-downloaded", () => {
this.autoUpdater.on("update-downloaded", (info: UpdateInfo) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -20,6 +21,7 @@ async function createWindow() {
width: 1280,
height: 780,
title: "Bdash",
icon: path.join(__dirname, "..", "icon.png"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mtgto mtgto merged commit aca1b7c into bdash-app:master Feb 16, 2020
@mtgto mtgto deleted the updater_dialog branch February 16, 2020 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants