mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 20:19:30 +08:00

* Update nsis template * Move app data into config.yml * mac support * Add FileAssociations application config option Support `ApplicationOpenedWithFile` event on Windows Add docs * Add FileAssociations application config option Support `ApplicationOpenedWithFile` event on Windows Add docs Add test project * Update example & docs. Fix show window bug. * Fix window show event bug * Update changelog
11 lines
509 B
Markdown
11 lines
509 B
Markdown
# File Association Sample Project
|
|
|
|
This sample project demonstrates how to associate a file type with an application.
|
|
More info at: https://v3alpha.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. |