Add file used to recognize if gajim is running with flatpak
This commit is contained in:
parent
381c7f2ee7
commit
a4bc5d0c91
1 changed files with 2 additions and 1 deletions
|
@ -346,7 +346,8 @@
|
||||||
"name": "gajim",
|
"name": "gajim",
|
||||||
"buildsystem": "simple",
|
"buildsystem": "simple",
|
||||||
"build-commands": [
|
"build-commands": [
|
||||||
"pip3 install --prefix=/app ."
|
"pip3 install --prefix=/app .",
|
||||||
|
"touch /app/share/run-as-flatpak"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue