We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26969e commit 86ce3b1Copy full SHA for 86ce3b1
msi-builder/postinstall.bat
@@ -3,7 +3,7 @@ SET InstallDir=%~1
3
SET FilePath=%InstallDir%\os\finch.yaml
4
5
if exist "%FilePath%" (
6
- powershell -Command "$installPath = '%InstallDir%'.Replace('\', '/'); (Get-Content '%FilePath%') -replace '__INSTALLFOLDER__', $installPath | Set-Content '%FilePath%'"
+ powershell -Command "$installPath = '%InstallDir%'.Replace('\', '/'); (Get-Content '%FilePath%') -replace '__INSTALLFOLDER__', $installPath | Set-Content -Encoding UTF8 '%FilePath%'"
7
)
8
9
icacls "%InstallDir%\lima\data" /grant Users:(OI)(CI)M
0 commit comments