From b88456a07ea20f97770928a4903434541848b6dd Mon Sep 17 00:00:00 2001 From: Fierelier Date: Tue, 16 Mar 2021 20:30:00 +0100 Subject: [PATCH] quotes around the target path make windows happy --- compile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.bat b/compile.bat index d4f1635..fd93234 100644 --- a/compile.bat +++ b/compile.bat @@ -1,7 +1,7 @@ @echo off setlocal set distro=fspecs -cd /d %~dp0 +cd /d "%~dp0" :arch echo 1) 32-bit (recommended)