Compare commits
4 Commits
8a0c0d7dba
...
linux
| Author | SHA1 | Date | |
|---|---|---|---|
| fd4c34c59d | |||
| 5e003a4d71 | |||
| dca595bf60 | |||
| fcf1bbbb15 |
@@ -1,6 +1,6 @@
|
||||
app-id: za.co.mzansiinnovationhub.mih
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: '45' # Matches a more modern GNOME stack
|
||||
runtime-version: '49' # Matches a more modern GNOME stack
|
||||
sdk: org.gnome.Sdk
|
||||
command: mzansi_innovation_hub
|
||||
|
||||
@@ -24,7 +24,7 @@ modules:
|
||||
|
||||
# Install everything to the share folder
|
||||
- cp -r * /app/share/mih-app/
|
||||
- chmod +x /app/share/mih-app/mzansi_innovation_hub
|
||||
- find /app/share/mih-app -name "mzansi_innovation_hub" -exec chmod +x {} +
|
||||
|
||||
# Link the binary to /app/bin so Flatpak can find it
|
||||
- ln -s /app/share/mih-app/mzansi_innovation_hub /app/bin/mzansi_innovation_hub
|
||||
|
||||
Reference in New Issue
Block a user