You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a refactoring the `$manifestPath` variable assignment was
accidentally omitted which is required to determine the
`$manifestDirectory` for the submission command to WinGet. Since the
`$manifestDirectory` is just a constant, let's update the submission
command.
Some things seem to have changed in `wingetcreate.exe` so that the
directory structure is different, and the manifest location can no
longer be specified as vaguely as before, therefore this all looks quite
a bit more involved than simply specifying `./manifests` instead of
`$manifestDirectory`.
0 commit comments