mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
Zip the release.
This commit is contained in:
parent
37bbc0d23d
commit
9d6197d3d9
@ -257,3 +257,10 @@ cp "$current_in_fol/markdeep.min.js" "$current_out_fol/markdeep.min.js"
|
|||||||
cp "$current_in_fol/run.sh" "$current_out_fol/run.sh"
|
cp "$current_in_fol/run.sh" "$current_out_fol/run.sh"
|
||||||
cp "$current_in_fol/sfwl_full_template.html" "$current_out_fol/sfwl_full_template.html"
|
cp "$current_in_fol/sfwl_full_template.html" "$current_out_fol/sfwl_full_template.html"
|
||||||
cp "$current_in_fol/slate.css" "$current_out_fol/slate.css"
|
cp "$current_in_fol/slate.css" "$current_out_fol/slate.css"
|
||||||
|
|
||||||
|
# ==== Zip everything ====
|
||||||
|
|
||||||
|
cd $(pwd)/tools/release/out
|
||||||
|
|
||||||
|
zip -q -r sfw_v${version}.zip ./sfw/*
|
||||||
|
zip -q -r sfwl_v${version}.zip ./sfwl/*
|
||||||
|
Loading…
Reference in New Issue
Block a user