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(nsis): Ensure application name sub-folder on fresh installs. #7552

Merged
merged 2 commits into from
May 31, 2023

Commits on Apr 20, 2023

  1. fix(nsis): Ensure application name sub-folder on fresh installs.

    During the first program install when the selected directory doesn't
    exist it's not enforced that path contains application name as
    sub-folder. On subsequent installs e.g. on update, that condition is
    enforces though, which creates a new installation in sub-folder.
    
    This tries to address electron-userland#6885
    p2004a committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9aa1067 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Create two-goats-shop.md

    mmaietta committed May 29, 2023
    Configuration menu
    Copy the full SHA
    92e9c00 View commit details
    Browse the repository at this point in the history