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
As a developer, I want to have a dynamic list of dependencies so that I can control dependencies in a generic way.
As a user, I want to be able to reinstall dependencies, in case there is an error.
Acceptance Criteria:
"Reinstall Dependencies" button in Settings menu
UE3Redist.exe be removed as hard-coded value
Add "Dependencies" array of objects in version JSON file under "game", including UE3Redist.exe
Each dependency object includes: Name, URL (Relative)
The text was updated successfully, but these errors were encountered:
As a developer, I want to have a dynamic list of dependencies so that I can control dependencies in a generic way.
As a user, I want to be able to reinstall dependencies, in case there is an error.
Acceptance Criteria:
"Reinstall Dependencies" button in Settings menu
UE3Redist.exe be removed as hard-coded value
Add "Dependencies" array of objects in version JSON file under "game", including UE3Redist.exe
Each dependency object includes: Name, URL (Relative)
The text was updated successfully, but these errors were encountered: