mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 15:45:50 +01:00
* custom transport initial * transport codecs * runtime set transport * events transport * clauded example * bundled runtime * wip: transport * rework transports * rework dialog responses * cleanup * cleanup * improve error handling in HTTPTransport * cleanup * cleanup * cleanup * cleanup * review changes * review changes * review changes * review changes * review changes * review changes * review changes * move documentation to website docs * update doc * update changelog * introduce JSClient method for transport for embedding JS part in transport --------- Co-authored-by: Atterpac <Capretta.Michael@gmail.com> Co-authored-by: Lea Anthony <lea.anthony@gmail.com> |
||
|---|---|---|
| .. | ||
| 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://v3.wails.io/learn/guides/file-associations/
To run the sample, follow these steps:
- Run
wails3 packageto generate the package. - On Windows, run the installer that was built in the
bindirectory. - Double-click on the
test.wailsfile to open it with the application. - On macOS, double-click on the
test.wailsfile and select the built application.