Skip to content

Commit

Permalink
Add Wine docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Jun 15, 2023
1 parent f4178fc commit 233f8ba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/02-for-app-authors/14-wine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Wine

Flathub contains an unofficial Wine stable BaseApp, stylized as
[org.winehq.Wine](https://github.com/flathub/org.winehq.Wine), to have
and run Wine directly from within the Flatpak application. To use the
Wine BaseApp, we need to explicitly specify it in the manifest and
inherit all needed extensions:

``` yaml
base: org.winehq.Wine
base-version: stable-21.08 # Version of Wine BaseApp
inherit-extensions:
- org.freedesktop.Platform.GL32
- org.freedesktop.Platform.ffmpeg-full
- org.freedesktop.Platform.ffmpeg_full.i386
- org.winehq.Wine.gecko
- org.winehq.Wine.mono
- org.winehq.Wine.DLLs
```

0 comments on commit 233f8ba

Please sign in to comment.