feat: add memories app
This commit is contained in:
parent
0796b421be
commit
7bcf426071
4 changed files with 24 additions and 0 deletions
|
@ -44,6 +44,7 @@ jobs:
|
|||
nextcloud-28-app-polls: *job
|
||||
nextcloud-28-app-previewgenerator: *job
|
||||
nextcloud-28-app-mail: *job
|
||||
nextcloud-28-app-memories: *job
|
||||
nextcloud-28-app-news: *job
|
||||
nextcloud-28-app-nextpod: *job
|
||||
nextcloud-28-app-notes: *job
|
||||
|
@ -66,6 +67,7 @@ jobs:
|
|||
nextcloud-29-app-polls: *job
|
||||
nextcloud-29-app-previewgenerator: *job
|
||||
nextcloud-29-app-mail: *job
|
||||
nextcloud-29-app-memories: *job
|
||||
nextcloud-29-app-news: *job
|
||||
nextcloud-29-app-nextpod: *job
|
||||
nextcloud-29-app-notes: *job
|
||||
|
|
|
@ -21,6 +21,7 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/).
|
|||
- [nextcloud-28-app-polls](https://apps.nextcloud.com/apps/polls)
|
||||
- [nextcloud-28-app-previewgenerator](https://apps.nextcloud.com/apps/previewgenerator)
|
||||
- [nextcloud-28-app-mail](https://apps.nextcloud.com/apps/mail)
|
||||
- [nextcloud-28-app-memories](https://apps.nextcloud.com/apps/memories)
|
||||
- [nextcloud-28-app-news](https://apps.nextcloud.com/apps/news)
|
||||
- [nextcloud-28-app-nextpod](https://apps.nextcloud.com/apps/nextpod)
|
||||
- [nextcloud-28-app-notes](https://apps.nextcloud.com/apps/notes)
|
||||
|
@ -41,6 +42,7 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/).
|
|||
- [nextcloud-29-app-polls](https://apps.nextcloud.com/apps/polls)
|
||||
- [nextcloud-29-app-previewgenerator](https://apps.nextcloud.com/apps/previewgenerator)
|
||||
- [nextcloud-29-app-mail](https://apps.nextcloud.com/apps/mail)
|
||||
- [nextcloud-29-app-memories](https://apps.nextcloud.com/apps/memories)
|
||||
- [nextcloud-29-app-news](https://apps.nextcloud.com/apps/news)
|
||||
- [nextcloud-29-app-nextpod](https://apps.nextcloud.com/apps/nextpod)
|
||||
- [nextcloud-29-app-notes](https://apps.nextcloud.com/apps/notes)
|
||||
|
|
10
nextcloud-28-app-memories/package.sh
Executable file
10
nextcloud-28-app-memories/package.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
. ../.skel/nextcloud-app/build-nextcloud-app
|
||||
|
||||
post_prepare() {
|
||||
github_changelog nextcloud/memories
|
||||
}
|
||||
|
||||
build_nextcloud_app memories 29
|
||||
|
10
nextcloud-29-app-memories/package.sh
Executable file
10
nextcloud-29-app-memories/package.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
. ../.skel/nextcloud-app/build-nextcloud-app
|
||||
|
||||
post_prepare() {
|
||||
github_changelog nextcloud/memories
|
||||
}
|
||||
|
||||
build_nextcloud_app memories 29
|
||||
|
Loading…
Add table
Reference in a new issue