-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
[Bug]: pyrevit releases CLI command and handle naming variations #2215
Comments
pre and notes seem to work fine. there is no pre-release in general on the repo, so it output the latest one or the one invoked |
for the --pre, I meant to say its always working. After installing to WIP installer and trying on a different computer I see it is working. As is latest for some commands, but not for downloads. I was previously testing on a different machine calling the exe directly from the folder I built it in. So maybe there is something different about the Github built assembly vs local build? I did have to edit those 2 csproj files to get it to work. So "latest" works for That probably means it simple fix for the downloads. I'll give it another stab tonight maybe. I forgot to mention I had to strip out what I think was supposed to be a progress bar. I'll try and fix that too, but no idea how it supposed to work. |
@acco-jpitts thanks for taking a stab. |
I think that the download url has to be handled here instead of using the string replace chain: but then, if we want the user to be able to choose between admin and regular installer, we need to do some bigger changes by exposing (all) the assets to a higher level instead of a single download URL. |
Also, pyRevit/dev/pyRevitLabs/pyRevitLabs.Common/Extensions/Extensions.cs Lines 151 to 174 in f9fa0d2
|
🐞 Describe the bug
In reference to #2214 - Thanks @acco-jpitts
--pre
and--notes
flagsThe text was updated successfully, but these errors were encountered: