~michael-sheldon/podbird/trunk

« back to all changes in this revision

Viewing changes to build/aarch64-linux-gnu/app/install/manifest.json

  • Committer: Mike Sheldon
  • Date: 2024-11-30 20:17:43 UTC
  • mfrom: (223.1.1 podbird)
  • Revision ID: mike@mikeasoft.com-20241130201743-p9g5b3g4njuaogul
Merge changes from lp:~cibersheep/podbird/podbird to support Focal and update version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name": "com.mikeasoft.podbird",
 
3
    "description": "Podcast manager",
 
4
    "architecture": "arm64",
 
5
    "title": "podbird",
 
6
    "hooks": {
 
7
        "Podbird": {
 
8
            "apparmor": "Podbird.apparmor",
 
9
            "desktop": "Podbird.desktop"
 
10
        }
 
11
    },
 
12
    "version": "1.0.0",
 
13
    "maintainer": "Michael Sheldon <mike@mikeasoft.com>",
 
14
    "framework": "ubuntu-sdk-20.04"
 
15
}