This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
it is already the lastest in WiGui, but you're right, i'll match the check :) thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why
if (!($AppInstallerVers -gt "1.18.0.0"))
when the current preview now is so much better (install from Store without account, etc)?Why not
if (!($AppInstallerVers -gt "1.18.1251.0"))
orif (!($AppInstallerVers -eq "1.18.1391.0"))
?Beta Was this translation helpful? Give feedback.
All reactions