mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 16:11:09 +00:00
15 lines
283 B
Text
Executable file
15 lines
283 B
Text
Executable file
MODULE=fancybox
|
|
|
|
cd ..
|
|
|
|
# old releases not needed anymore
|
|
mkdir -p $MODULE/dist
|
|
rm $MODULE/dist/*
|
|
|
|
# create release for actual version
|
|
zip -r9 $MODULE/dist/release.zip $MODULE/* -x $MODULE/dist/\* -x $MODULE/test/\* $MODULE/createrelease
|
|
|
|
echo dist/release.zip created.
|
|
|
|
cd $MODULE
|
|
|