From 4602258ca00ffcde8582b0b1eb36f9a8407cd9b3 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Mon, 13 Jun 2022 22:49:17 +0800 Subject: [PATCH] wasmer@2.3.0: Fix shim creation (#3670) - Update `bin` --- bucket/wasmer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bucket/wasmer.json b/bucket/wasmer.json index 9c5ef7a0de..fdf3680c86 100644 --- a/bucket/wasmer.json +++ b/bucket/wasmer.json @@ -15,7 +15,6 @@ }, "bin": [ "bin\\wax.cmd", - "bin\\wapm.exe", "bin\\wasmer.exe" ], "innosetup": true,