<!-- Which version of electron-builder are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: 20.0.7 <!-- Which version of electron-updater are you using (if applicable)? --> <!-- What target are you building for? --> * **Target**: `build --linux --x64` <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://www.electron.build/donate) --> Now that https://github.com/electron-userland/electron-builder/issues/2596 has been resolved I have tried pushing a packaged `.snap` for our app again. The snap successfully uploads this time, yet it now fails the validation process with the following: ``` 1 Warning: unknown fields for app 'my-app': 'adapter' lint-snap-v2_apps_unknown (my-app) ``` ``` 1 Fail: bin/desktop-launch $SNAP/app/my-app does not exist lint-snap-v2_command (my-app) ``` and 60 passes....