From fe815f21abb3adbe38cc5b0c5c17ace05e5fe779 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 22 Apr 2022 19:42:28 +0200 Subject: [PATCH] Trying to fix the caching of the CHANGELOG. --- eu.ad5001.LogarithmPlotter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 61f7c0a..756cc59 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -65,7 +65,7 @@ "rm -rf .git", "cd LogarithmPlotter/i18n && bash release.sh", "mv eu.ad5001.LogarithmPlotter.metainfo.xml linux/eu.ad5001.LogarithmPlotter.metainfo.flatpak.xml # Add metainfo file from current repository.", - "cp CHANGELOG.md LogarithmPlotter/ # Copy changelog into the directory.", + "cp CHANGELOG.md LogarithmPlotter/util/ # Copy changelog into the directory needed for it to be cached.", "PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app" ], "post-install": [