From e753591b451e339b55fee6a40af4a72b01133328 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 1 Sep 2024 18:21:24 -0600 Subject: [PATCH] Properly written module --- com.jeffser.Alpaca.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.jeffser.Alpaca.json b/com.jeffser.Alpaca.json index a041f46..b64484c 100644 --- a/com.jeffser.Alpaca.json +++ b/com.jeffser.Alpaca.json @@ -119,11 +119,11 @@ "name": "ollama", "buildsystem": "simple", "build-commands": [ - "find . -maxdepth 1 -name '*64.tgz' -exec tar -xzf {} -C ${FLATPAK_DEST} \\;" + "cp -r --remove-destination * ${FLATPAK_DEST}/" ], "sources": [ { - "type": "file", + "type": "archive", "url": "https://github.com/ollama/ollama/releases/download/v0.3.9/ollama-linux-amd64.tgz", "sha256": "b0062fbccd46134818d9d59cfa3867ad6849163653cb1171bc852c5f379b0851", "only-arches": [ @@ -131,7 +131,7 @@ ] }, { - "type": "file", + "type": "archive", "url": "https://github.com/ollama/ollama/releases/download/v0.3.9/ollama-linux-arm64.tgz", "sha256": "8979484bcb1448ab9b45107fbcb3b9f43c2af46f961487449b9ebf3518cd70eb", "only-arches": [