Remove extraneous period from Path Environment Variable (#1009)

This commit is contained in:
TMKnight
2023-12-14 11:32:48 -05:00
committed by GitHub
parent f51be82729
commit 9e1f4c2bca

View File

@@ -46,7 +46,7 @@
<!--Set the cloudflared bin location to the Path Environment Variable-->
<Environment Id="ENV0"
Name="PATH"
Value="[INSTALLDIR]."
Value="[INSTALLDIR]"
Permanent="no"
Part="last"
Action="create"