Fixing environment setting.

This commit is contained in:
Ad5001 2022-04-22 19:11:49 +02:00
parent 0642d33830
commit 03ecf344d8
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 6 additions and 4 deletions

View File

@ -55,6 +55,12 @@
{
"name": "LogarithmPlotter",
"buildsystem": "simple",
"build-options": {
"env": {
"MIME_PATH": "/app/share/mime/packages",
"ICON_PATH": "/app/share/icons/hicolor/scalable/mimetypes"
}
},
"build-commands": [
"rm -rf .git",
"cd LogarithmPlotter/i18n && bash release.sh",
@ -62,10 +68,6 @@
"cp CHANGELOG.md LogarithmPlotter/ # Copy changelog into the directory.",
"PREFIX=\"/app/share\" FLATPAK_INSTALL=1 python3 setup.py install --prefix=/app"
],
"env": {
"MIME_PATH": "/app/share/mime/packages",
"ICON_PATH": "/app/share/icons/hicolor/scalable/mimetypes"
},
"post-install": [
"mv ${MIME_PATH}/x-logarithm-plot.xml ${MIME_PATH}/eu.ad5001.LogarithmPlotter-x-logarithm-plot.xml",
"sed -i 's/application-x-logarithm-plot/eu.ad5001.LogarithmPlotter-application-x-logarithm-plot/g' ${MIME_PATH}/eu.ad5001.LogarithmPlotter-x-logarithm-plot.xml",