-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Added IrfanView x64 #47
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
JudahGabriel The package manager bot determined that the metadata was not compliant. Be sure to use a tool like VSCode (https://code.visualstudio.com/) to make sure your request is YAML syntax is correct. Please also verify the YAML file is compliant with the package manager specification (https://github.com/microsoft/appinstaller-pkgs/YAMLSpec.md) |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
JudahGabriel The package manager bot determined that the metadata was not compliant. Be sure to use a tool like VSCode (https://code.visualstudio.com/) to make sure your request is YAML syntax is correct. Please also verify the YAML file is compliant with the package manager specification (https://github.com/microsoft/appinstaller-pkgs/YAMLSpec.md) |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
JudahGabriel The package manager bot determined that the metadata was not compliant. Be sure to use a tool like VSCode (https://code.visualstudio.com/) to make sure your request is YAML syntax is correct. Please also verify the YAML file is compliant with the package manager specification (https://github.com/microsoft/appinstaller-pkgs/YAMLSpec.md) |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
JudahGabriel The package manager bot determined there was an issue with one of the installers listed in the url field, and cannot continue. Please verify the installers are not malicious. If you feel this failure is in error, please file an issue. |
@zachcarp I moved it to my own CDN, and now I'm getting an error saying the installer might be malicious. Time to raise the white flag? I don't know what else to do here. |
I wouldn't throw in the towel just yet. We are still in preview. This seems like a great opportunity. |
@denelon Can you help take a look at this? |
I'm also not able to locate a URL that points directly to the installer file. |
I think there are 2 questions here:
For the first question, I can just host the installer on my CDN: https://winget.b-cdn.net/iview454_setup.exe. However, now that I've done that, I'm seeing the above bot error:
I do feel it's in error. 😊 It's certainly not malicious. Can you fix the bot? For the 2nd question, this would fix all the problems, right? Instead of relying on URLs which can break, slow, go down, or get hijacked by malicious parties, Microsoft maintains its own CDN of installers. It also fixes the issue where apps have no direct installer links. Is this planned? |
@JudahGabriel I'm now getting an "Installer hash verification failed" error. You can use the winget client hash command to calculate the SHA256 for the installer. |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
JudahGabriel The package manager bot determined there was an issue with one of the installers listed in the url field, and cannot continue. Please verify the installers are not malicious. If you feel this failure is in error, please file an issue. |
OK, I updated the manifest to use the zip file found on IrfanView site. And I ran winget validate [the .yml file] locally, and it said "Manifest validation succeeded" However, pushing it here on GitHub says WinGetSvc-validation (manifest content validation) failed. No further details. @denelon looks like it's being seen as malicious still. 😟 |
I think this currently fails due to multiple issues:
|
there is an official mirror for the installer at http://m.majorgeeks.com/files/details/irfanview_64.html |
@superusercode is there a direct link to the installer? I don't see any on that page. |
Thanks for the link there. |
Looks like someone found a direct link to the installer and issued a working PR: #1208 Closing this; we should use that PR instead. |
* Execution Context * Refactor done and tests updated * PR comments
Microsoft Reviewers: Open in CodeFlow