1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

4.2.0-beta2: changelog: Attempt to cite actually tested runas command

This commit is contained in:
Athanasius 2021-03-06 19:07:04 +00:00
parent 8052998658
commit c461f5d45b

View File

@ -7,6 +7,17 @@ Pre-Release 4.2.0-beta2
This release actually includes the commits to enable Steam and Epic
authentication.
**NB: The correct form for the runas command is as follows:**
`runas /user:<USER> "\\"c:\\Program Files (x86)\\EDMarketConnector\\EDMarketConnector.exe\\" --force-localserver-for-auth"`
If anything has messed with the backslash characters there then know that you
need to have " (double-quote) around the entire command (path to program .exe
*and* any extra arguments), and as a result need to place a backslash before
any double-quote characters in the command (such as around the space-including
path to the program).
Pre-Release 4.2.0-beta1
===