Open jo-chemla opened 1 month ago
Thanks for doing that! I'll start this weekend implementing that
Great, thanks for doing it! Will tell you once the PR gets merged. Probably no need to setup the Github Action before that. https://github.com/microsoft/winget-pkgs/pull/172582
PR merged! Package available via a standard winget install VictorIX.BlenderLauncher
Since it uses Portable file, Blender-Launcher ends-up in C:\Users\username\AppData\Local\Microsoft\WinGet\Packages\VictorIX.BlenderLauncher_Microsoft.Winget.Source_8wekyb3d8bbwe\Blender launcher.exe
but does not get added to windows start-menu. Winget adds it to path though, so can be run by running the "Blender Launcher.exe"
from a terminal, with quotes since there is a space in exe filename.
Also, the -set-library-folder
flag could maybe be exposed to the winget install options, not sure how I could do that I pinged the PR reviewer.
Here is another example github action workflow based on winget-releaser if you want to apply it to Blender-Launcher!
Hi there, just made a quick PR as the basis for that github action: https://github.com/Victor-IX/Blender-Launcher-V2/pull/142 Hope this iwll work-out! I added instructions as to how to setup the github classic token in the PR message.
Is your feature request related to a problem? Please describe. I've just submitted a PR https://github.com/microsoft/winget-pkgs/pull/172582 so that BlenderLauncher gets listed and can be installed on windows via
winget install blender-launcher
orwinget install VictorIX.BlenderLauncher
. I've used Komac to create the manifest files available in the PR - crediting your github profile, name etc.It could be useful to add a github action on this repo so that the winget blender-launcher package gets updated on every github release.
Describe the solution you'd like
Here are two reference articles + action yml files made to keep the winget package up-to-date on every github release, via Github Actions. Requires a winget-token to be stored in security of the repo.
Describe alternatives you've considered Once the initial PR gets merged, anyone can update the BlenderLauncher package. But having a github action do it on every release would make sure the winget repo always has the latest version available