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

Added new verbs: powershell_core and powershell #2211

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

ProjectSynchro
Copy link

Saw an older PR that died a few years ago so I figured I'd try.

The Powershell Core verb is based on the Latest LTS release that supports both 32 and 64 bit Windows.

I didn't include dotnet48 as it isn't explicitly required by PowerShell Core and is quite heavy to install, it doesn't provide everything you would be using it for anyways. If it's wanted it can trivially be added.

The powershell verb is based on wrapper code is hosted at: https://github.com/ProjectSynchro/powershell-wrapper-for-wine, this is a fork of https://github.com/PietJankbal/powershell-wrapper-for-wine, I contacted the maintainer but they didn't get back to me so I went ahead and forked, if things change the links to the powershell wrapper binaries and profile.ps1 can be changed.

Let me know if there is anything I should do formatting-wise, I kind of copied what was around and attempted to keep things in alphabetical order. I would stick powershell_core after powershell, but with powershell requiring powershell_core it is what it is.

Powershell Core is the Latest LTS release that supports both 32 and 64 bit Windows

Powershell wrapper code is hosted at: https://github.com/ProjectSynchro/powershell-wrapper-for-wine
@ProjectSynchro ProjectSynchro marked this pull request as draft April 14, 2024 21:10
Fixes the workaround that gets Star Citizen's RSI Launcher as well as other electron apps using `sudo-prompt` working.
@ProjectSynchro ProjectSynchro marked this pull request as ready for review April 14, 2024 21:20
src/winetricks Outdated Show resolved Hide resolved
src/winetricks Outdated Show resolved Hide resolved
src/winetricks Outdated Show resolved Hide resolved
src/winetricks Outdated Show resolved Hide resolved
src/winetricks Outdated Show resolved Hide resolved
@ProjectSynchro
Copy link
Author

I tried to derive as much as possible from the metadata (including version from file1), let me know if you'd like any more changes.

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.

None yet

2 participants