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

Fixes #43 - unable to create MSI of play application #50

Merged
merged 5 commits into from
Oct 21, 2013

Commits on Sep 25, 2013

  1. change sbt version (0.13.0)

    laguiz committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    ad3697e View commit details
    Browse the repository at this point in the history
  2. Fix issue #43

    Fix issue #43 : #43
    laguiz committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    4887a5d View commit details
    Browse the repository at this point in the history
  3. After fixing issue #43 fix issue with ComponentFile that was using a …

    …wrong DirectoryRef ID
    
    Make sure we only have one '/' for each separator and no '/' at the end.
    laguiz committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    d7abcd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. Configuration menu
    Copy the full SHA
    03b8060 View commit details
    Browse the repository at this point in the history
  2. Remaining fixes for #43 - Play + Windows packaging.

    * Use windows path locations when creating shortcut objects.
    * Ensure menu names for shortcut objects don't have invalid characters.
    jsuereth committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    9cb77b6 View commit details
    Browse the repository at this point in the history