I am building my app on Ubuntu 22.10, using snapcraft build --use-lxd
.
I get the output:
] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/data/flutter_assets/assets/icons/trash-custom.svg
[ ] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/data/flutter_assets/NOTICES.Z
[ ] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/data/flutter_assets/FontManifest.json
[ ] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/data/flutter_assets/shaders
[ ] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/data/flutter_assets/shaders/ink_sparkle.frag
[ ] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/data/flutter_assets/fonts
[ ] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf
[ +2 ms] -- Installing: /root/parts/myapp/build/build/linux/x64/release/bundle/lib/libapp.so
[ +24 ms] Building Linux application... (completed in 76.9s)
[ +1 ms] "flutter linux" took 77,456ms.
[ +152 ms] ensureAnalyticsSent: 147ms
[ ] Running 0 shutdown hooks
[ ] Shutdown hooks complete
[ ] exiting with code 0
yet there is no output binary myapp.snap
that I would expect according to:
https://docs.flutter.dev/deployment/linux#publish
Is there any way to configure output location or where can I expect my snap
binary?