We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128bd74 commit d2e8f6bCopy full SHA for d2e8f6b
1 file changed
ddnet-release.sh
@@ -184,7 +184,7 @@ mv DDNet-$VERSION-win64/data data
184
zip -9r DDNet-$VERSION-data.zip data
185
zip -9r DDNet-$VERSION-win64.zip DDNet-$VERSION-win64
186
rm -r DDNet-$VERSION-linux_x86_64/data
187
-cp ddnet-master/ddnet-libs/sdl/linux/lib64/libSDL2-2.0.so.0 DDNet-$VERSION-linux_x86_64
+cp $BUILDDIR/ddnet-master/ddnet-libs/sdl/linux/lib64/libSDL2-2.0.so.0 DDNet-$VERSION-linux_x86_64
188
zip -9r DDNet-$VERSION-linux_x86_64.zip DDNet-$VERSION-linux_x86_64
189
rm -r DDNet-$VERSION-osx/DDNet.app/Contents/Resources/data DDNet-$VERSION-osx/DDNet-Server.app/Contents/Resources/data
190
zip -9r DDNet-$VERSION-linux_x86_64.zip DDNet-$VERSION-osx
0 commit comments