-
Notifications
You must be signed in to change notification settings - Fork 87
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
Zip archive fails to parse on portable package update #479
Comments
I cannot reproduce the issue since the file doesn't even get downloaded on my machine (it's getting flagged as virus which is preventing it from being downloaded). |
Seem like the app contains virus which unable to download. |
The download works fine on my end.
It's a known problem that the program is being flagged as a false positive |
The dev just released a new version that doesn't get flagged by Windows Defender, but the updating of the package still fails. |
@TheJanzap I couldn't reproduce the same at my end, the manifest creation works fine. This is odd since we're both on version 2023-12-11_19-45-49.mp4 |
@mdanish-kh Tried it on a different machine, same issue
|
Tried this again with wingetcreate v1.6.1.0 and Syncthingtray v1.4.13, but I still have the same problem. A reinstall of wingetcreate also does nothing. |
I have a similar/same issue. Here is how reproduce:
Errors out with
|
Brief description of your issue
I'm trying to update the
Martchus.syncthingtray
package, but after the selection of the new "installer", I get "Failed to parse the package from". This is a package that's marked as a portable installer, and the zip file that gets downloaded contains the new exeSteps to reproduce
wingetcreate update Martchus.syncthingtray -i -v 1.4.8
https://github.com/Martchus/syncthingtray/releases/download/v1.4.8/syncthingtray-1.4.8-x86_64-w64-mingw32.exe.zip
as new URLsyncthingtray-1.4.8-x86_64-w64-mingw32.exe
as the new installerExpected behavior
Package parses correctly and lets me continue with updating the package
Actual behavior
Failed to parse the package from [https://github.com/Martchus/syncthingtray/releases/download/v1.4.8/syncthingtray-1.4.8-x86_64-w64-mingw32.exe.zip]
Log file:
WingetCreateLog-2023-11-20-17-14.342.txt
Environment
The text was updated successfully, but these errors were encountered: