Skip to content

Commit

Permalink
try with just 'sasview'
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Sep 20, 2023
1 parent 8d46708 commit f248d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "DISPLAY=:0" >> $GITHUB_ENV
- name: Run snap
run: |
snap run sasview5 &
snap run sasview &
sleep 60
upload_snap:
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sasview5
name: sasview
summary: Small Angle Scattering Analysis Software Package.
description: |
open source, collaboratively developed software for the analysis of any small angle scattering data.
Expand All @@ -12,7 +12,7 @@ architectures:


apps:
sasview5:
sasview:
command: sasview
extensions: [gnome-3-38]
plugs: [network, x11, pulseaudio, opengl, home, ssh-keys, removable-media, shmem]
Expand Down

0 comments on commit f248d99

Please sign in to comment.