Skip to content

Commit

Permalink
snap: use dotnet runtime from packages
Browse files Browse the repository at this point in the history
As a workaround to issue 14 of [1].

[1] https://github.com/canonical/dotnet-snap/
  • Loading branch information
webwarrior-ws committed Jul 1, 2024
1 parent 55ab531 commit 9738880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/geewallet-maui-gtk.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

$SNAP/dotnet $SNAP/GWallet.Frontend.Maui.dll "$@"
dotnet $SNAP/GWallet.Frontend.Maui.dll "$@"
4 changes: 2 additions & 2 deletions snap/local/snapcraft_maui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ parts:
source: ./staging
organize:
geewallet-maui-gtk.sh: bin/geewallet-maui-gtk.sh
stage-snaps:
- dotnet-runtime-60
stage-packages:
- dotnet-runtime-6.0
override-build: |
set -ex
Expand Down

0 comments on commit 9738880

Please sign in to comment.