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

[Windows] Auto updater display version is not the user facing string #6602

Closed
guruz opened this issue Jun 20, 2018 · 1 comment
Closed

[Windows] Auto updater display version is not the user facing string #6602

guruz opened this issue Jun 20, 2018 · 1 comment
Milestone

Comments

@guruz
Copy link
Contributor

guruz commented Jun 20, 2018

<?xml version="1.0"?>
    <owncloudclient>
      <version>2.5.0.328</version>
      <versionstring>ownCloud Client 2.5.0 alpha1 (build 238)</versionstring>
      <web>https://owncloud.org/sync-clients</web>
      <downloadurl>https://download.owncloud.com/desktop/testing/ownCloud-2.5.0-alpha1.MSVC.238.msi</downloadurl>
    </owncloudclient>

screen shot 2018-06-20 at 17 32 30

Same for the Windows desktop notification.

(I fixed this for macOS/Sparkle recently)

@guruz guruz added this to the 2.6.0 milestone Jun 20, 2018
ogoffart added a commit that referenced this issue Dec 4, 2018
The xml looks like this:

   <version>2.5.0.328</version>
   <versionstring>ownCloud Client 2.5.0 alpha1 (build 238)</versionstring>

And we should show the version string

Issue #6602
@ogoffart
Copy link
Contributor

ogoffart commented Dec 4, 2018

Done in 21ac396

@ogoffart ogoffart closed this as completed Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants