mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04: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
|