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

package-nuget-win.sh: enforce first parameter

This is POSIX and will print an error message with the usage if the
version parameter is not provided.
parent 27efdcad
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
version=$1
version=${1:?"Usage: $0 <libvlc version>"}
downloadUrlx86="https://get.videolan.org/vlc/$version/win32/vlc-$version-win32.7z"
downloadUrlx64="https://get.videolan.org/vlc/$version/win64/vlc-$version-win64.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