Fling icon indicating copy to clipboard operation
Fling copied to clipboard

Added path String variable for Windows 7/8

Open paulmatthews opened this issue 10 years ago • 1 comments

In Windows, os.arch returns the architecture of the JVM. If os.arch contains 64, then the JVM is 64-bit and path is set to the default 64-bit VLC installation directory. Otherwise, assume the JVM to be 32-bit and set path to the default 32-bit VLC installation directory.

paulmatthews avatar Aug 24 '13 01:08 paulmatthews