Skip to content
Snippets Groups Projects
Commit d964bdbc authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

package-nuget-win.sh: quit on error

Ensure there is no failure by quitting with an error if an unhandled
error happens.
parent 248d3318
No related branches found
No related tags found
1 merge request!10VideoLAN.LibVLC.Windows: automatically link to C++ project and provide DLL for it
#! /bin/bash
set -e
version=${1:?"Usage: $0 <libvlc version>"}
downloadUrlx86="https://get.videolan.org/vlc/$version/win32/vlc-$version-win32.7z"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment