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(windows): remove the need for admin #74

Merged
merged 6 commits into from
Jun 7, 2024
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented Jun 7, 2024

Seems symllink now triggers admin prompt.

Running NPM with admin is not wise, instead we fallback to copying when on Windows.

Closes #68

Seems symllink now triggers admin prompt.
Running NPM with admin is not wise, instead we
fallback to copying when on windows.
@lidel lidel force-pushed the fix/symlink-error-windows branch from 4dcf251 to f696d7a Compare June 7, 2024 16:30
goal is to catch issues on platforms like windows
@lidel lidel force-pushed the fix/symlink-error-windows branch from f696d7a to a3afda7 Compare June 7, 2024 16:37
lidel added a commit to ipfs/ipfs-desktop that referenced this pull request Jun 7, 2024
This also tests  ipfs/npm-kubo#74
removing the need for hack from #2662
Copy link
Member Author

@lidel lidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed this fixes #68, merging to ship the fix with Kubo 0.29.0 next week.

@lidel lidel marked this pull request as ready for review June 7, 2024 17:44
@lidel lidel requested a review from aschmahmann June 7, 2024 17:44
@lidel lidel merged commit 203b6bc into master Jun 7, 2024
3 checks passed
@lidel lidel deleted the fix/symlink-error-windows branch June 7, 2024 18:27
lidel added a commit to ipfs/ipfs-desktop that referenced this pull request Jun 12, 2024
* refactor: macos universal build
* refactor: switch to macos-latest (arm)
* feat(macos): build universal kubo binary
* fix(ci): switch back to lts node

This also tests  ipfs/npm-kubo#74
removing the need for hack from #2662

* chore: remove coactions/setup-xvfb

modern linux image at github includes it out of the box
and we use xvfb-maybe internally to use it when appropriate

* chore: update .github/CODEOWNERS
* chore: kubo v0.29.0
* chore: electron-updater

bumping to include:
windows fix: https://github.com/electron-userland/electron-builder/releases/tag/electron-updater%406.1.9
macos fix: https://github.com/electron-userland/electron-builder/releases/tag/electron-updater%406.2.1

* chore: ensure release as 0.36.0

Release-As: 0.36.0
Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

bug: npm-kubo fails to install on windows
1 participant