Updating to v0.1.2
This commit is contained in:
parent
026a2c6e51
commit
6eab1e3cc0
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue