From: tobtoht Date: Fri, 25 Feb 2022 19:45:57 +0000 (+0100) Subject: Make: fix windows installer X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=2f4c4a765006667a8db6dd55e91103f6fd11df3f;p=gamesguru%2Ffeather.git Make: fix windows installer --- diff --git a/Makefile b/Makefile index 7545481e..91bcc9a4 100644 --- a/Makefile +++ b/Makefile @@ -69,11 +69,12 @@ release-static-windows: ../../.. && \ $(MAKE) -win-installer: +release-static-windows-installer: mkdir -p build/$(target)/release && \ cd build/$(target)/release && \ cmake \ -D PLATFORM_INSTALLER=On \ + -D TOR_DIR=Off \ -DARCH=x86-64 \ -D BUILD_TAG=$(tag) \ -D CMAKE_BUILD_TYPE=Release \