This commit is contained in:
Ad5001 2022-01-29 19:12:49 +01:00
parent 3406323e58
commit 452169812b
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -44,6 +44,7 @@
"build-commands": [ "build-commands": [
"rm -rf .git", "rm -rf .git",
"cd LogarithmPlotter/i18n && bash release.sh", "cd LogarithmPlotter/i18n && bash release.sh",
"cp CHANGELOG.md LogarithmPlotter/ # Copy changelog into the directory.",
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app" "PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
], ],
"post-install": [ "post-install": [
@ -53,8 +54,8 @@
{ {
"type": "git", "type": "git",
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter", "url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
"tag": "v0.1.5", "tag": "v0.1.6",
"commit": "92594f5af342e584a2ba8bcc32071c6488078d7c" "commit": "64e5770ceb1a641e571c501e8cdad347e8333f0c"
} }
] ]
} }