ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.4k stars 796 forks source link

Add file icons and file associations for supported formats. #17103

Open CyberSkull opened 1 month ago

CyberSkull commented 1 month ago

The desktop build does not have support for opening flash by double clicking them. It needs both the file associations added to it and icons for the supported formats.

n0samu commented 1 month ago

@CyberSkull what is your operating system?

CyberSkull commented 1 month ago

macOS. Do the other desktop builds have file associations?

n0samu commented 1 month ago

We have an open PR for this (#10880) but it can't be completed until a necessary feature is added to winit (a library we depend on for these OS-specific functionalities)