You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users selects during installation custom directory that doesn't exist e.g. C:\BAR, it is allowed, and the game is installed directly there. Unfortunately on update/reinstall installer correctly detects the install path but appends Beyond-All-Reason into the path, and users ends up with 2 installations, old one in C:\BAR and a new one inside that in C:\BAR\Beyond-All-Reason.
Steps to reproduce:
Download old launcher
Install in custom location, doesn't matter if user or machine e.g. C:\BAR that doesn't exist
beyond-all-reason#19 was
resolved, but there might be still installations affected by it. This
commit is a best effort fix for those people. Maybe it will reduce
support load we need to do for a few next weeks as people update.
When users selects during installation custom directory that doesn't exist e.g.
C:\BAR
, it is allowed, and the game is installed directly there. Unfortunately on update/reinstall installer correctly detects the install path but appendsBeyond-All-Reason
into the path, and users ends up with 2 installations, old one inC:\BAR
and a new one inside that inC:\BAR\Beyond-All-Reason
.Steps to reproduce:
C:\BAR
that doesn't existC:\BAR
without a subdirectoryC:\BAR
C:\BAR\Beyond-All-Reason
This is a bug in upstream electron-updater used to create installer: electron-userland/electron-builder#6885. No known workarounds at this time.
The text was updated successfully, but these errors were encountered: