-
I'm trying to create a winget package, but on the sandbox test, it keeps failing this is my YAML PackageIdentifier: linycv.EverythingPowerToys
PackageVersion: 0.77.0
PackageLocale: en-US
Publisher: linycv
PackageName: EverythingPowerToys
PackageUrl: "https://github.com/lin-ycv/EverythingPowerToys"
License: Unlicensed
ShortDescription: Everything search plugin for PowerToys Run.
Tags:
- "Everything"
- "PowerToys"
- "Run"
- "Search"
- "Launcher"
- "PowerToysRun"
- "EverythingPowerToys"
Installers:
- Architecture: x64
InstallerType: exe
InstallerSwitches:
Silent: /s
SilentWithProgress: /s
InstallModes:
- silent
InstallerUrl: https://github.com/lin-ycv/EverythingPowerToys/releases/download/installer/EverythingPTRunInstaller.exe
InstallerSha256: a668f1787f41146236e41936e5a3b7a27e6e9e45889727bb1a6acd3b80fbc8d1
ManifestType: singleton
ManifestVersion: 1.0.0 Can anyone tell me why? the exe file runs fine locally, but not in sandbox. |
Beta Was this translation helpful? Give feedback.
Answered by
lin-ycv
Jan 18, 2024
Replies: 1 comment
-
Problem solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lin-ycv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem solved.
My installer required dependencies, had to add the dependencies into my yaml