Skip to content

Commit

Permalink
use wine-9-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtrt committed Nov 3, 2024
1 parent 277d14d commit 29a1e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ plugs:
interface: content
target: $SNAP/wine-runtime
default-provider: wine-platform-runtime-core22
wine-9-stable:
wine-9-devel:
interface: content
target: $SNAP/wine-platform
default-provider: wine-platform-9-stable-core22
default-provider: wine-platform-9-devel-core22

environment:
WINEDLLOVERRIDES: "mshtml=" # Prevent pop-ups about Wine Gecko
Expand Down Expand Up @@ -73,7 +73,7 @@ parts:
set -ex
mkdir -p sommelier/hooks ; mv pre-install sommelier/hooks ; mv pre-init sommelier/hooks ; cp -R -p sommelier $CRAFT_PART_INSTALL
# Pre download required dependencies
wget -q "https://dl.winehq.org/wine/wine-mono/8.1.0/wine-mono-8.1.0-x86.msi" -P winedata/wine
wget -q "https://dl.winehq.org/wine/wine-mono/9.3.0/wine-mono-9.3.0-x86.msi" -P winedata/wine
wget -q "https://downloads.cncnet.org/CnCNet5_YR_Installer.exe" -P winedata
cp -R -p winedata $CRAFT_PART_INSTALL
stage:
Expand Down

0 comments on commit 29a1e36

Please sign in to comment.