Another refactor
merge joplin and joplin-server
This commit is contained in:
parent
931e499bd1
commit
55beb0e2e3
48 changed files with 198 additions and 228 deletions
|
@ -1,5 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ -e ./lib/function.sh ] && source ./lib/function.sh
|
||||
|
||||
APP=mautrix-whatsapp
|
||||
VERSION=0.2.4
|
||||
GIT_VERSION=v$VERSION
|
||||
DEB_VERSION=$VERSION-3
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=
|
||||
|
||||
|
||||
STEP="envinit prebuild build makedeb"
|
||||
|
||||
envinit() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue