Pushing fvm to the chocolatey #777
Replies: 3 comments 3 replies
-
@TarasMazepa thanks for volunteering to help. Right now FVM uses cli-pkg, to automatically deply to chocolatey. You can see it here. https://github.com/leoafarias/fvm/actions/runs/10560273622/job/29254361939 Is there any current issue with Chocolatey, or do you think it can be improved somehow? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response and the links. I have examined the current situation, and here is a run down:
Due to that fvm will always decide which dart-sdk user needs to have installed on their machine. I think this could be improved by removing dependency and shipping prebuild snapshots already generated and attached to the releases. Let me know what do you think. |
Beta Was this translation helpful? Give feedback.
-
@leoafarias, do you have an opinion about what I have described? |
Beta Was this translation helpful? Give feedback.
-
How do you prepare and publish fvm for Chocolatey?
I'm wondering if I can help somehow. Recently, I have automated some of the steps for my own command-line tool.
One of the things I want to achieve is to have fvm shipped as a binary, so it would not have dart-sdk as a dependency (which forces users to have specific dart-sdk version installed with chocolatey)
Beta Was this translation helpful? Give feedback.
All reactions