From 401109115a4fa9b7945f0f4823b2dc326619d91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Wed, 2 Nov 2022 18:03:41 +0100 Subject: [PATCH] Revert https://github.com/wasmerio/wasmer/commit/957235432ad49546cef72c450ccc94cc93c65f9b --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d8badc6521a..2241b1b33f6 100644 --- a/Makefile +++ b/Makefile @@ -589,11 +589,7 @@ endif package-wasmer: mkdir -p "package/bin" ifeq ($(IS_WINDOWS), 1) - if [ -f $(TARGET_DIR)wasmer.exe ]; then \ - cp $(TARGET_DIR)wasmer.exe package/bin/wasmer.exe ;\ - else - cp $(TARGET_DIR)/wasmer.exe package/bin/wasmer.exe - fi + cp $(TARGET_DIR)/wasmer.exe package/bin/ else cp $(TARGET_DIR)/wasmer package/bin/ ifeq ($(IS_DARWIN), 1)