Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added path String variable for Windows 7/8 #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2013

  1. Added path String variable for Windows 7/8

    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 committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    49290a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2013

  1. Merge with upstream.

    paulmatthews committed Aug 25, 2013
    Configuration menu
    Copy the full SHA
    2bef852 View commit details
    Browse the repository at this point in the history