Skip to content

Commit

Permalink
wine: Add Wine docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton committed Aug 8, 2022
1 parent 6f5f381 commit 99f3d32
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/wine.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Wine
====

Flathub contains an unofficial Wine BaseApp, stylized as `org.winehq.Wine <https://github.com/flathub/org.winehq.Wine>`__ to run Wine directly from the Flatpak application. To use the Wine BaseApp, we need to explicitly specify it in the manifest and inherit all needed extensions:

.. code-block:: 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 99f3d32

Please sign in to comment.