From c49f0c1881553bb308a4df42b742c31ea3652925 Mon Sep 17 00:00:00 2001 From: Alexander Ovchinnikov <8490695+Alovchin91@users.noreply.github.com> Date: Wed, 21 Jul 2021 10:07:49 +0200 Subject: [PATCH] Fix a typo in package.json arm4 -> arm64 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7acae0145..750e4a6c8 100644 --- a/package.json +++ b/package.json @@ -239,7 +239,7 @@ "win32" ], "architectures": [ - "arm4" + "arm64" ], "installTestPath": "./.debugger/vsdbg-ui.exe", "integrity": "FD9A1B46DA9C7226828595826F6CE215DF769C5111D02DB567494A1EB095E155" @@ -3744,4 +3744,4 @@ ] } } -} \ No newline at end of file +}