Commit 1a08c091 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* update the hard-coded version correctly

parent ccba0ebe
......@@ -13,9 +13,9 @@ if ( ! fileExists( tmpFolder) )
setPackageFolder( tmpFolder );
addFile( "http://downloads.videolan.org/pub/videolan/vlc/0.8.6/win32/vlc-0.8.6-win32.exe" );
addFile( "http://downloads.videolan.org/pub/videolan/vlc/0.8.6/win32/vlc-0.8.6a-win32.exe" );
var exe = getFolder(tmpFolder, "vlc-0.8.6-win32.exe");
var exe = getFolder(tmpFolder, "vlc-0.8.6a-win32.exe");
File.execute( exe );
performInstall();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment