tpill90 / epic-lancache-prefill

CLI tool to automatically prime a Lancache with Epic Launcher games
https://tpill90.github.io/epic-lancache-prefill/
MIT License
45 stars 4 forks source link

the "enable unicode" command causes an error #14

Closed cholzer79 closed 1 year ago

cholzer79 commented 1 year ago

Win 10 pro 21H2

When I enter the code to enable unicode I get an error.

PS

Test-Path $profile gives "False"

After I created a profile following this if (!(Test-Path -Path <profile-name>)) { New-Item -ItemType File -Path <profile-name> -Force }

The error using your code changed: PS_newError

tpill90 commented 1 year ago

This should be fixed now.