Create release zip at one level above for users to install easily

This commit is contained in:
ChronicallySerious
2022-02-01 20:49:57 +05:30
parent 9e0415dd14
commit 5d9cd14c75

View File

@@ -47,11 +47,7 @@ rm -f $pluginPath/x11/libgit2.a
rm -f $pluginPath/osx/libgit2.a
rm -f $pluginPath/win64/git2.lib
pushd $releasePath
zip -r $releasePath.zip addons/
popd
mv $releasePath/$releasePath.zip ./
zip -r $releasePath.zip $addonsPath
rm -rf $releasePath
rm -rf windows