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

feat: enable auto updates #226

Merged
merged 8 commits into from
Sep 26, 2024
Merged

feat: enable auto updates #226

merged 8 commits into from
Sep 26, 2024

Conversation

Llandy3d
Copy link
Member

@Llandy3d Llandy3d commented Sep 26, 2024

Description

  • Enable auto updates, when an update is available the user will be prompt to either delay it or restart the application right away.
  • Fix main window not maximizing after splashscreen is closed
  • Fix installer icons on windows & macos

How to Test

Checklist

  • I have performed a self-review of my code.
  • I have added tests for my changes.
  • I have run linter locally (npm run lint) and all checks pass.
  • I have run tests locally (npm test) and all tests pass.
  • I have commented on my code, particularly in hard-to-understand areas.

Screenshots (if appropriate):

image ## Related PR(s)/Issue(s)

@Llandy3d Llandy3d requested a review from a team as a code owner September 26, 2024 11:02
@Llandy3d Llandy3d requested review from cristianoventura and e-fisher and removed request for a team September 26, 2024 11:02
@@ -40,9 +40,16 @@ const config: ForgeConfig = {
certificateFile: process.env.WINDOWS_CERTIFICATE_PATH,
certificatePassword: process.env.WINDOWS_CERTIFICATE_PASSWORD,
},
iconUrl:
'https://raw.githubusercontent.com/grafana/k6-studio/refs/heads/main/resources/icons/logo.ico',
Copy link
Member Author

Choose a reason for hiding this comment

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

this wants an url and even if I tried to make it work with file:// for using the local icon, it didn't seem to work well 😢

Copy link
Collaborator

@going-confetti going-confetti left a comment

Choose a reason for hiding this comment

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

LGTM!

@Llandy3d Llandy3d merged commit c7de46c into main Sep 26, 2024
2 checks passed
@Llandy3d Llandy3d deleted the auto_updates branch September 26, 2024 13: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.

2 participants