-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Package Request]: Trippy 0.7.0 #100719
Comments
It also same for me. It doesn't work also. |
Any thought on how we can diagnose the problem? |
Ah the issue is that I didn't read the instructions properly, trippy on Windows is compressed with I'll have to look at moving to another supported format, or perhaps an uncompressed package. |
I tried using |
I've created the package PR, but converted it to draft because there is a known issue with nested portable packages where Path variable isn't updated correctly in non-developer mode / installation from non-admin shells in Windows. The fix for the above issue is already merged in a PR microsoft/winget-cli#3002 and will likely be available in the next release of WinGet, so I would say we hold off adding this package until the fix appears in the next release for best user experience. As for the issue with winget-create, I've create an issue (linked above) over at the winget-create repo. |
Thank you very much @mdanish-kh! Does the nested portable package issue you mention explain the CI failures in your PR? I don't really understand #101363 (comment) which makes me think it is expecting an installer? In case it matters; whilst I now build the package as a real |
Hold Off first. |
I don't think the two issues are related.
@stephengillie would be able to clarify more, but I think the CI environment is expecting
I don't think it matters, the fix for the nested portable issue got merged in winget-create's codebase in PR microsoft/winget-create#356 (tested with your package and it works) and the fix will likely appear in the next release for winget-create. I'm not sure when the next release will ship out but until then you could try out other manifest authoring tools if you wish |
That’s great, thanks @mdanish-kh |
I saw some recent activity on the PR @mdanish-kh, it says "Validation has completed" and it was approved but looks like it's still failing. Is it still just a case of waiting or is some action needed? Thanks! |
@fujiapple852 The PR is good to go; if I convert it from draft to "Ready for review", it will get merged into the repo. The only catch is that the package will work correctly only on the latest preview build which is WinGet v1.5.1081-preview (and higher versions when they come out). Ideally, I would like to wait until 1.5 is a stable release before we merge the package to avoid issues with people on the current stable release but if you want we can merge the package now (just know it won't work for people on the current stable 1.4 release) |
I’m fine to wait for the stable release, thanks for the update! |
Current Version is 0.8.0 Due to the author released new update on 2023 May 15. I also have some pull-request still in draft. I am also waiting for winget to roll out the update. |
Sorry for not seeing this earlier. The label For portable command-line applications, these still may be blocked by Automated Validation, which is somewhat built to expect a Windows Form. This is another reason for the Manual Validation pipeline, and both issues were resolved in the same manual validation. |
Hi there @BrandonWanHuanSheng @mdanish-kh @stephengillie I wonder if you can help with something. Trippy requires allowing some incoming ICMP traffic in Windows defender and so I’d like to explore the possibility of enabling this access at installation time. This has become something if a FAQ for Windows users of Trippy (recent example fujiapple852/trippy#693). Is this something winget allows (both technically and as a policy)? According to ChatGPT it can be done by adding something like the following (untested, so just to illustrate the idea):
|
@fujiapple852 I don't think that the snippet provided by ChatGPT will work. Since Modifying Windows Defender settings looks like a use case for the At the very least though, we can add |
Thanks @mdanish-kh, I agree that adding a message is likely the best option. What i'll do is create FAQ entry in README that gives details of how to do this which can then be linked from the I've created https://github.com/fujiapple852/trippy#windows-defender for this. Shall I raise a PR to update the |
@fujiapple852 You can raise the PR anytime you'd like :) |
@mdanish-kh I've updated the manifest to have:
I've also bumped the version to the new |
How can we help?
I would like someone else to build the manifest.
Please read and ensure the following
Please provide the following information
Download Page Url: https://github.com/fujiapple852/trippy/releases/tag/0.7.0
Publisher: https://github.com/fujiapple852
Package Name: Trippy (trip.exe)
Description: A network diagnostic tool
Package Version: 0.7.0
Installer URL: https://github.com/fujiapple852/trippy/releases/download/0.7.0/trippy-0.7.0-x86_64-pc-windows-msvc.zip
Note that I tried to create this myself using
wingetcreate
but was not able to get it to work (I understood that a zip'dexe
should work?):The text was updated successfully, but these errors were encountered: