From 25a50dee38ad5e59e09ac817a45c4d1c71c8568a Mon Sep 17 00:00:00 2001 From: cfry Date: Mon, 15 Jan 2024 17:53:46 -0500 Subject: [PATCH] release without win32 bit os support --- doc/release_notes.html | 5 ++++- package.json | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/release_notes.html b/doc/release_notes.html index 11aeac6..092c47e 100644 --- a/doc/release_notes.html +++ b/doc/release_notes.html @@ -29,7 +29,10 @@
  • For the OpenCV "blur" example under Insert menu/Machine Vision/blur, improved the documentation from - digested & displayed to blurred & displayed. + digested & displayed to blurred & displayed
  • +
  • Removed support for 32 bit WinOS computers. Sadly we can no longer + make releases including the serialpport npm package that work + for 32 bit WinOS.
  • diff --git a/package.json b/package.json index 4061502..8310ac9 100644 --- a/package.json +++ b/package.json @@ -93,8 +93,7 @@ { "target": "nsis", "arch": [ - "x64", - "ia32" + "x64" ] } ]