Skip to content

Commit

Permalink
update snap readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 9, 2024
1 parent 54432ce commit 2ce8c4f
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions packaging/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,25 @@ With that being said, we have put the snap together for convenience for those th

Please be aware that this runs in devmode with without any standard snap confinements.

1. Install build dependencies:

1. Install build dependencies:
```
snap install snapcraft --classic

2. Create snap structure:

```
2. Create snap structure:
```
mkdir snap
cp snapcraft.yaml snap/

3. Build:
```
3. Build:
```
snapcraft

4. Install:

snap install --dangerous --devmode umu-launcher*.snap

5. Test:

```
4. Install:
```
sudo snap install --dangerous --devmode umu-launcher*.snap
```
5. Test:
```
sudo snap connect umu-launcher:gaming-mesa gaming-graphics-core22
WINEPREFIX=~/umu-test STORE=none GAMEID=0 umu-launcher.umu-run winecfg
```

0 comments on commit 2ce8c4f

Please sign in to comment.