bottlesdevs / dependencies

Repository for wine software dependencies
https://usebottles.com/database/dependencies
41 stars 40 forks source link

Add PowerShell #251

Closed Vingian closed 1 week ago

Vingian commented 1 week ago

Related to https://github.com/bottlesdevs/dependencies/issues/126

Some software needs PowerShell to run commands with elevated privileges...

For example... the Star Citizen game launcher, which uses PowerShell to create/verify the game directories/files and self-update. If merged... would no longer be necessary to use mkdir to create the game directories, would be sufficient to add powershell to the dependencies(like here).

I made these manifests based on the verbs that were recently merged into Winetricks.

Type of change

Was this tested using a local repository?

Vingian commented 1 week ago

I talked to the wrapper dev... and now a zip file with all 3 files is provided in the release. Much easier now...

mirkobrombin commented 1 week ago

That would be better yeah

Vingian commented 1 week ago

Yeah... it's really much better now. I marked the conversation as solved... since copy_file with null is no longer needed. I tested again(using PERSONAL_DEPENDENCIES=https://raw.githubusercontent.com/Vingian/Bottles_dependencies/pstest/)... and everything seems to be working as intended. So... I think the PR is ready! :thumbsup: Thanks!

mirkobrombin commented 1 week ago

Nice work