mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
Make: fix windows installer
This commit is contained in:
parent
c6264ed3a0
commit
2f4c4a7650
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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 \
|
||||
|
|
Loading…
Reference in a new issue