Updating to v0.1.2

This commit is contained in:
Ad5001 2021-10-01 17:28:18 +02:00
parent 026a2c6e51
commit 6eab1e3cc0
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -28,13 +28,14 @@
"buildsystem": "simple", "buildsystem": "simple",
"config-opts": ["no-debuginfo-compression"], "config-opts": ["no-debuginfo-compression"],
"build-commands": [ "build-commands": [
"rm -rf .git",
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app" "PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
], ],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter", "url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter",
"tag": "v0.1.1" "tag": "v0.1.2"
} }
] ]
} }