Skip to content

Commit

Permalink
update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
weshayutin committed Feb 19, 2024
1 parent a2ba364 commit fea0f33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ GOOS=linux GOARCH=amd64 go build -o BUILD/amd64/todolist-linux-amd64 .
cp -rv resources BUILD/amd64/
cp -v favicon.ico BUILD/amd64/
cp -v index.html BUILD/amd64/
zip -r BUILD/amd64/todolist-linux-amd64.zip BUILD/amd64/*
pushd BUILD/amd64/
zip -r todolist-linux-amd64.zip *
popd
echo "done"

0 comments on commit fea0f33

Please sign in to comment.