From 1a03e8875e8eb21773e3214fb77aacc06b316ffe Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 11 Feb 2021 16:17:07 +0100 Subject: [PATCH] feat(makefile) Create a `wasmer.tar.gz` for Windows too. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 59c775ff04a..9ffaa95fc02 100644 --- a/Makefile +++ b/Makefile @@ -414,10 +414,9 @@ distribution: package ifeq ($(OS), Windows_NT) iscc scripts/windows-installer/wasmer.iss cp scripts/windows-installer/WasmerInstaller.exe dist/ -else +endif tar -C package -zcvf wasmer.tar.gz bin lib include LICENSE ATTRIBUTIONS mv wasmer.tar.gz dist/ -endif ################# # Miscellaneous #