WINE-Sommelier is a wrapper and Snapcraft build script that will take your Windows application and wrap it into a Snap-based WINE environment for use on many Linux-based operating systems.
Unfortunately, due to the nature of the WINE system, your Windows application might not work in this wrapper. Please be aware of this and be prepared for failure to launch.
Use GitHub's template repository feature to create a copy of this repository in your account.
You will need to:
- Change the
name
andversion
fields insnapcraft.yaml
. - Set the URL to a publicly available installer for your application in
snapcraft.yaml
in theenvironment
block'sINSTALL_URL
line. - Set the URL to your support channel in the
environment
block insnapcraft.yaml
in theSNAP_SUPPORT_URL
line. - Edit
desktop-file.desktop
to add your application's snap name in theExec=
line, the human-readable name in theName=
line, and a Comment/description in thecomment=
line.