10 lines
162 B
Bash
Executable file
10 lines
162 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. ../.skel/nextcloud-app/build-nextcloud-app
|
|
|
|
post_prepare() {
|
|
github_changelog nextcloud/richdocuments
|
|
}
|
|
|
|
build_nextcloud_app richdocuments 27
|
|
|