From 152ab524c2e909f4f10d2f1b48e5ac06298bc758 Mon Sep 17 00:00:00 2001 From: Steven Lee Date: Wed, 13 Mar 2024 20:15:45 +0800 Subject: [PATCH] Update ollama.iss add arm64 support --- app/ollama.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ollama.iss b/app/ollama.iss index df61ac4c..8f46223b 100644 --- a/app/ollama.iss +++ b/app/ollama.iss @@ -28,8 +28,8 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -ArchitecturesAllowed=x64 -ArchitecturesInstallIn64BitMode=x64 +ArchitecturesAllowed=x64 arm64 +ArchitecturesInstallIn64BitMode=x64 arm64 DefaultDirName={localappdata}\Programs\{#MyAppName} DefaultGroupName={#MyAppName} DisableProgramGroupPage=yes