From 98c1811dc07c6e99f86117df6e19bcf6b3b5f41f Mon Sep 17 00:00:00 2001 From: Josh Erquiaga Date: Tue, 23 Mar 2021 22:17:56 -0700 Subject: [PATCH] nano: fix shim (#1972) --- bucket/nano.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/nano.json b/bucket/nano.json index ee4513b977..00627079b8 100644 --- a/bucket/nano.json +++ b/bucket/nano.json @@ -20,10 +20,10 @@ }, "architecture": { "64bit": { - "bin": "x86_64-w64-mingw32\\bin\\nano.exe" + "bin": "pkg_x86_64-w64-mingw32\\bin\\nano.exe" }, "32bit": { - "bin": "i686-w64-mingw32\\bin\\nano.exe" + "bin": "pkg_i686-w64-mingw32\\bin\\nano.exe" } }, "autoupdate": {