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

webrtc compare fails #16

Open
MietekW opened this issue Jul 25, 2022 · 0 comments
Open

webrtc compare fails #16

MietekW opened this issue Jul 25, 2022 · 0 comments

Comments

@MietekW
Copy link

MietekW commented Jul 25, 2022

The compare for the webrtc version is not on a integer or version number, so it failed to detect correctly if it needed to be updated or not.

I changed line 107 and 110 to below so it will compare correctly on version number, for the if statement to determine upgrading is needed it or no.
[version]$RTCCurrent = $Global:currentversion (L:107)

#Calls the function to get the installed version number
[version]$RTCInstalled = get-installedRTCver -Erroraction SilentlyContinue L:110)

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

No branches or pull requests

1 participant