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

USERLIB and Windows #52

Closed
imario42 opened this issue Feb 20, 2017 · 1 comment
Closed

USERLIB and Windows #52

imario42 opened this issue Feb 20, 2017 · 1 comment

Comments

@imario42
Copy link
Contributor

imario42 commented Feb 20, 2017

Hi!

I wonder if the Windows path construction in FXManifest for the USERLIB is fully correct.
Shouldn't there be a Local/LocalLow or Roaming in the path?
I'd prefer "Local" for now.

`
case win:

                replacement = Paths.get(System.getProperty("user.home"))
                        .resolve("AppData")
                        .resolve("Local")
                        .resolve(cacheDir.substring(8))
                        .toString();
                break;

`

What do you think?

@edvin
Copy link
Owner

edvin commented Feb 20, 2017

I think you're correct :) I'll change it right away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants