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