5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 21:59:42 +08:00
wails/v3/examples/file-association/README.md
Lea Anthony db61f9f263
Event cancellation for standard listeners.
Major doc updates.
Runtime build tidy up.
Removed redundant default event mappings.
2025-01-27 09:29:22 +11:00

11 lines
504 B
Markdown

# File Association Sample Project
This sample project demonstrates how to associate a file type with an application.
More info at: https://v3.wails.io/learn/guides/file-associations/
To run the sample, follow these steps:
1. Run `wails3 package` to generate the package.
2. On Windows, run the installer that was built in the `bin` directory.
3. Double-click on the `test.wails` file to open it with the application.
4. On macOS, double-click on the `test.wails` file and select the built application.