Fixed flatpak
This commit is contained in:
parent
e7c48da3f5
commit
2563a7aad3
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
make
|
||||||
|
cp pageburger /usr/bin/
|
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"build-commands": [
|
"build-commands": [
|
||||||
"make"
|
"./install.sh"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Reference in New Issue