From eec4cd6b522f967fad31aa46092283b321f6eb9e Mon Sep 17 00:00:00 2001 From: likelovewant Date: Sun, 13 Oct 2024 16:40:38 +0800 Subject: [PATCH] remove arm64 to enable build installer --- app/ollama.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ollama.iss b/app/ollama.iss index 4038815a..3f4f545d 100644 --- a/app/ollama.iss +++ b/app/ollama.iss @@ -28,8 +28,8 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -ArchitecturesAllowed=x64compatible arm64 -ArchitecturesInstallIn64BitMode=x64compatible arm64 +;ArchitecturesAllowed=x64compatible arm64 +;ArchitecturesInstallIn64BitMode=x64compatible arm64 DefaultDirName={localappdata}\Programs\{#MyAppName} DefaultGroupName={#MyAppName} DisableProgramGroupPage=yes