From 0a2a8ca9a72062d1393f120670e30c75b9bd1711 Mon Sep 17 00:00:00 2001 From: Fincer Date: Tue, 9 Feb 2016 14:52:17 +0200 Subject: [PATCH] Fix file path --- windows-install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-install.bat b/windows-install.bat index 038d392..6997d67 100755 --- a/windows-install.bat +++ b/windows-install.bat @@ -1 +1 @@ -start cmd.exe /k @powershell -NoProfile -ExecutionPolicy Unrestricted -File .\windows\install.ps1 %* \ No newline at end of file +start cmd.exe /k @powershell -NoProfile -ExecutionPolicy Unrestricted -File .\data\windows\install.ps1 %* \ No newline at end of file