-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Make it easy to configure the app's homepage for Windows installers #9949
Labels
Comments
I am not sure where is this |
Unfortunately, Windows' built-in "Add or remove programs" control panel indeed does not seem to show the "About URL" by default (and I couldn't make it to), but third-party uninstallers like UninstallView do, along with a bunch of more metadata: |
amrbashir
added a commit
that referenced
this issue
Jun 5, 2024
If unspecified, it will fallback to `homepage` define in Cargo.toml closes #9949
amrbashir
added a commit
that referenced
this issue
Jun 5, 2024
Thanks a lot @amrbashir for addressing this so quickly! |
pewsheen
pushed a commit
to pewsheen/tauri
that referenced
this issue
Jun 13, 2024
* feat: add `bundle > homepage` option If unspecified, it will fallback to `homepage` define in Cargo.toml closes tauri-apps#9949 * Update settings.rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #9943
Originally posted by sschuberth June 2, 2024
Hi there, is it currently possible to specify an app's homepage as part of installer metadata? Looking at https://tauri.app/v1/api/config/#windowsconfig and https://tauri.app/v1/api/config/#wixconfig it does not seem it's possible. I'm specifically looking for doing that for MSI, so that the app's homepage shows up in Windows' uninstall dialog.
The goal would be to make configuring the app's homepage easy and independent of the installer backend used (MSI or NSIS) without the user needing to deals with implementation-specific concepts like WiX fragments.
The text was updated successfully, but these errors were encountered: