From 6eab1e3cc0fb433e9958e079dfd1f126b6828284 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 1 Oct 2021 17:28:18 +0200 Subject: [PATCH] Updating to v0.1.2 --- eu.ad5001.LogarithmPlotter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 14d6793..ac8e625 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -28,13 +28,14 @@ "buildsystem": "simple", "config-opts": ["no-debuginfo-compression"], "build-commands": [ + "rm -rf .git", "PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app" ], "sources": [ { "type": "git", "url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter", - "tag": "v0.1.1" + "tag": "v0.1.2" } ] }