mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
9 lines
159 B
Bash
Executable file
9 lines
159 B
Bash
Executable file
# Usage: ./release.sh 1.36
|
|
|
|
# Build Sandstorm
|
|
cd ~/repos/wekan
|
|
./releases/release-sandstorm.sh $1
|
|
|
|
# Build Snap
|
|
cd ~/repos/wekan
|
|
./releases/release-snap.sh $1
|