mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 14:31:36 +00:00
Fixing environment setting.
This commit is contained in:
parent
0642d33830
commit
03ecf344d8
1 changed files with 6 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue