We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0378e78 commit 242d72eCopy full SHA for 242d72e
1 file changed
release.sh
@@ -43,7 +43,15 @@ sed -i "s/version=\"[^\"]*\"/version=\"v${version}\"/g" $pluginPath/plugin.cfg
43
cp LICENSE $pluginPath/LICENSE
44
cp THIRDPARTY.md $pluginPath/THIRDPARTY.md
45
46
-zip -r $releasePath.zip $addonsPath
+rm -f $pluginPath/x11/libgit2.a
47
+rm -f $pluginPath/osx/libgit2.a
48
+rm -f $pluginPath/win64/git2.lib
49
+
50
+pushd $releasePath
51
+zip -r $releasePath.zip addons/
52
+popd
53
54
+mv $releasePath/$releasePath.zip ./
55
56
rm -rf $releasePath
57
rm -rf windows
0 commit comments