mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
7 lines
107 B
Bash
Executable file
7 lines
107 B
Bash
Executable file
# Usage: ./release.sh 1.36
|
|
|
|
# Build Sandstorm
|
|
./release-sandstorm.sh $1
|
|
|
|
# Build Snap
|
|
./release-snap.sh $1
|