change build.py
This commit is contained in:
parent
f211a8b75c
commit
6837a99cdf
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -32,6 +32,7 @@ def initialize(project):
|
||||||
"target/uberjar/c4k-nextcloud-standalone.jar",
|
"target/uberjar/c4k-nextcloud-standalone.jar",
|
||||||
"target/frontend-build/c4k-nextcloud.js",
|
"target/frontend-build/c4k-nextcloud.js",
|
||||||
],
|
],
|
||||||
|
"release_main_branch": "master",
|
||||||
}
|
}
|
||||||
|
|
||||||
build = ReleaseMixin(project, input)
|
build = ReleaseMixin(project, input)
|
||||||
|
|
Loading…
Reference in a new issue