nano: fix shim (#1972)

This commit is contained in:
Josh Erquiaga 2021-03-23 22:17:56 -07:00 committed by GitHub
parent f69cda75c2
commit 98c1811dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,10 +20,10 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"bin": "x86_64-w64-mingw32\\bin\\nano.exe" "bin": "pkg_x86_64-w64-mingw32\\bin\\nano.exe"
}, },
"32bit": { "32bit": {
"bin": "i686-w64-mingw32\\bin\\nano.exe" "bin": "pkg_i686-w64-mingw32\\bin\\nano.exe"
} }
}, },
"autoupdate": { "autoupdate": {