-
Notifications
You must be signed in to change notification settings - Fork 7
Error when running windows & linux installer #9
Copy link
Copy link
Open
Description
Get-Content : Cannot find path
'C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\Openra-bleed\mods\modchooser\mod.yaml' because it does
not exist.
At C:\Users\Alex\Downloads\openra-tibsunra2-master\data\windows\install.ps1:336 char:3
+ (Get-Content .\data\windows\Openra-bleed\mods\modchooser\mod.yaml ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Users\Alex\D...hooser\mod.yaml:String) [Get-Content], ItemNotFoundEx
ception
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
Noticed this when running the windows install script on Windows 10 Anniversary Update.
.Net Framework 4.5 installed (as far as I can tell)
Reactions are currently unavailable