; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define AppName "Ollama App" #define AppVersion "1.0.1" #define AppPublisher "JHubi1" #define AppURL "https://jhubi1.com" #define AppExeName "ollama.exe" [Setup] SourceDir=.. AppId={{4ACF8C84-5D9B-455C-9FED-93D29E2F71DC} AppName={#AppName} AppVersion={#AppVersion} AppVerName={#AppName} v{#AppVersion} AppPublisher={#AppPublisher} AppPublisherURL={#AppURL} AppSupportURL=https://github.com/JHubi1/ollama-app/issues AppUpdatesURL=https://github.com/JHubi1/ollama-app/releases DefaultDirName={autopf}\OllamaApp DisableProgramGroupPage=yes LicenseFile=windows_installer\docs\license.txt InfoBeforeFile=windows_installer\docs\before.txt InfoAfterFile=windows_installer\docs\after.txt ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest PrivilegesRequiredOverridesAllowed=dialog OutputDir=build\windows\x64\runner OutputBaseFilename=ollama-v{#AppVersion}-x64 SetupIconFile=windows\runner\resources\app_icon.ico ;Password=enterPasswordInCaseOfSecretBuild ;Encryption=yes Compression=lzma SolidCompression=yes WizardStyle=modern [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" Name: "german"; MessagesFile: "compiler:Languages\German.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "build\windows\x64\runner\Release\{#AppExeName}"; DestDir: "{app}"; Flags: ignoreversion Source: "build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs [Icons] Name: "{autoprograms}\{#AppName}"; Filename: "{app}\{#AppExeName}" Name: "{autodesktop}\{#AppName}"; Filename: "{app}\{#AppExeName}"; Tasks: desktopicon [Run] Filename: "{app}\{#AppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(AppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent