winepak / applications

A collection of flatpak manifest for building Microsoft Windows applications with Wine via flatpak
https://www.winepak.org
416 stars 39 forks source link

corefonts-install64: No such file or directory #80

Closed udev closed 6 years ago

udev commented 6 years ago

https://github.com/winepak/applications/blob/68caac2a835005245d47f4c579a090796b1d591a/com.blizzard.Overwatch/com.blizzard.Overwatch.yml#L111

When I run flatpak run com.blizzard.Overwatch I get the following:

bash output:

Installing Extension(s)...
/app/bin/overwatch-installer: line 20: /app/lib/extension/corefonts/bin/corefonts-install64: No such file or directory

How can I ensure that corefonts-install64 is properly installed?

udev commented 6 years ago

I'm silly. Looks like the solution was to run the following:

flatpak install winepak org.winepak.Platform.Extension.corefonts

Thanks!