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

Windows: A required privilege is not held by the client. #142

Open
mrfranta opened this issue Oct 11, 2024 · 0 comments
Open

Windows: A required privilege is not held by the client. #142

mrfranta opened this issue Oct 11, 2024 · 0 comments

Comments

@mrfranta
Copy link

During creation of appimage in windows system is used os.Symlink . Unfortunately this requires admin rights on Windows without developer mode:

https://github.com/coreybutler/nvm-windows/wiki/Common-Issues#permissions-exit-1-exit-5-access-denied-exit-145

Maybe it would be nice to add some condition to have possibility to use this tool without admin rights (restricted by company):

err = os.Symlink(iconRelativeToStageFile, filepath.Join(stageDir, iconFileName))

It could be some env. variable e.g. Solution is to use window command mklink with "/J" (Junction) parameter.

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

1 participant