From 24e401533412e29f33154d732800d3bd99797483 Mon Sep 17 00:00:00 2001 From: Ronald Hecker Date: Wed, 6 Nov 2024 09:34:11 +0100 Subject: [PATCH] Release 24.4.0 --- lib/import/public_model.dart | 2 +- pubspec.yaml | 1 + windows/runner/Runner.rc | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/import/public_model.dart b/lib/import/public_model.dart index 737572cb..ce2bd065 100644 --- a/lib/import/public_model.dart +++ b/lib/import/public_model.dart @@ -34,7 +34,7 @@ class _PublicModelPageState extends State { } on DioException catch(ex) { if (ex.type == DioExceptionType.connectionError) { if (context.mounted) { - errorDialog(context, "Connection error", (ex.message ?? "") + "\nPlease disable the proxy or VPN and try again."); + errorDialog(context, "Connection error","Unable to connect to HuggingFace to load the OpenVINO model collections.\nPlease disable your proxy or VPN and try again."); } } } diff --git a/pubspec.yaml b/pubspec.yaml index 68b0a973..6f047999 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -168,4 +168,5 @@ msix_config: show_prompt: true force_update_from_any_version: false sign_msix: false + build_windows: false publisher: "CN=Intel Corporation, O=Intel Corporation, S=California, C=US" diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index af00e6c6..6eaa989b 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -90,12 +90,12 @@ BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "intel.openvino" "\0" - VALUE "FileDescription", "inference" "\0" + VALUE "FileDescription", "OpenVINO Test Drive" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" - VALUE "InternalName", "inference" "\0" - VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0" + VALUE "InternalName", "OpenVINO Test Drive" "\0" + VALUE "LegalCopyright", "Copyright (C) 2024. Intel Corporation" "\0" VALUE "OriginalFilename", "inference.exe" "\0" - VALUE "ProductName", "inference" "\0" + VALUE "ProductName", "OpenVINO Test Drive" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" END END