Fixed flatpak

This commit is contained in:
Tracker-Friendly 2024-02-14 19:38:52 +00:00
parent e7c48da3f5
commit 2563a7aad3
2 changed files with 4 additions and 1 deletions

3
install.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
make
cp pageburger /usr/bin/

View File

@ -16,7 +16,7 @@
}
],
"build-commands": [
"make"
"./install.sh"
]
}
]