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

Fix preview bin directory for git bash #1009

Commits on May 3, 2020

  1. Fix preview bin directory for git bash

    The preview bin is not found on window using git for windows.
    The issue is that git bash is using a unix like path architecture
    (disk mounted in /mnt dir).
    
    The fix replace, path disk name with unix path to disk style, and `\`
    with `/`.
    ladevieq committed May 3, 2020
    Configuration menu
    Copy the full SHA
    adba893 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Remove forgotten comment

    ladevieq authored May 11, 2020
    Configuration menu
    Copy the full SHA
    028ddb3 View commit details
    Browse the repository at this point in the history