Skip to content

Commit

Permalink
snap: use dotnet-runtime-7.0 in MAUI snap
Browse files Browse the repository at this point in the history
Since dotnet-runtime-6.0 causes the following error when
running snap:
```
Error: [/snap/gee-maui-preview/x1/usr/share/dotnet/host/fxr] does not exist
```
  • Loading branch information
webwarrior-ws committed Jul 1, 2024
1 parent 9738880 commit 7096103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/local/snapcraft_maui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parts:
organize:
geewallet-maui-gtk.sh: bin/geewallet-maui-gtk.sh
stage-packages:
- dotnet-runtime-6.0
- dotnet-runtime-7.0
override-build: |
set -ex
Expand Down

0 comments on commit 7096103

Please sign in to comment.