solve some bad uris

gh-pages
somas95 2018-05-05 18:51:47 +02:00
parent 20fb8eaa60
commit c8489c08c8
2 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,7 @@
"config-opts": ["--prefix=/app/extensions/TexLive"]
},
"post-install": [
"install -Dm644 --target-directory=/app/share/metainfo data/misc/de.wolfvollprecht.UberWriter.Plugin.TexLive.appdata.xml",
"install -Dm644 --target-directory=/app/share/metainfo flatpak/de.wolfvollprecht.UberWriter.Plugin.TexLive.appdata.xml",
"appstream-compose --basename=de.wolfvollprecht.UberWriter.Plugin.TexLive --prefix=/app/ --origin=flatpak de.wolfvollprecht.UberWriter.Plugin.TexLive"
],
"sources": [

View File

@ -42,6 +42,9 @@
"branch" : "master"
}
],
"build-commands": [
"install -Dm644 flatpak/de.wolfvollprecht.UberWriter.appdata.xml /app/share/appdata/de.wolfvollprecht.UberWriter.appdata.xml "
],
"post-install": [
"glib-compile-schemas /app/share/glib-2.0/schemas",
"install -d /app/extensions"