Fix zip step for Darwin

This commit is contained in:
Asher 2020-03-03 15:07:58 -06:00
parent 538e8d8085
commit ee4b939efa
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -37,7 +37,7 @@ function package() {
else
mv ./build "./$archive_name"
ext=".zip"
zip -r "release/$archive_name$ext" ./code-server
zip -r "release/$archive_name$ext" "./$archive_name"
mv "./$archive_name" ./build
fi