mumble/scripts/vcpkg
Septarius 44e270094c
MAINT(vcpkg): Restore profiledir variable in get_mumble_dependencies.ps1
Removes invalid characters (UTF-16 BOM) at the start of line 6.
The profiledir variable is set properly again. Fixing the vcpkg directory being created in the root of the system directory.

Original error message below:
$profiledir : The term '$profiledir' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At C:\Dev\Git\mumble\scripts\vcpkg\get_mumble_dependencies.ps1:6 char:1
+ $profiledir = $Env:USERPROFILE
+ ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: ($profiledir:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
2021-05-09 12:03:23 -06:00
..
get_mumble_dependencies.ps1 MAINT(vcpkg): Restore profiledir variable in get_mumble_dependencies.ps1 2021-05-09 12:03:23 -06:00
get_mumble_dependencies.sh MAINT(vcpkg): Add "qt5-translations", in order for CMake to embed translations 2021-04-26 08:19:43 +02:00