mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:31:54 +08:00
.. | ||
build | ||
frontend | ||
.gitignore | ||
go.mod | ||
go.sum | ||
greetservice.go | ||
Inter Font License.txt | ||
main.go | ||
README.md | ||
Taskfile.yml | ||
test.wails |
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:
- Run
wails3 package
to generate the package. - On Windows, run the installer that was built in the
bin
directory. - Double-click on the
test.wails
file to open it with the application. - On macOS, double-click on the
test.wails
file and select the built application.