We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Webapp prepends riot-web version in UserSettings with a v, whereas the Electron App does not
Either https://github.com/vector-im/riot-web/blob/b9ba795cb0b1329520ed4c374b7bd9477b358277/scripts/package.sh#L25 needs changing to omit leading v or the getAppVersion() of ElectronPlatform.js needs changing so that it prepends a v
v
getAppVersion()
ElectronPlatform.js
This is primarily for #1682
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Webapp prepends riot-web version in UserSettings with a v, whereas the Electron App does not
Either https://github.com/vector-im/riot-web/blob/b9ba795cb0b1329520ed4c374b7bd9477b358277/scripts/package.sh#L25 needs changing to omit leading
v
or thegetAppVersion()
ofElectronPlatform.js
needs changing so that it prepends av
This is primarily for #1682
The text was updated successfully, but these errors were encountered: