5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-09 17:42:58 +08:00
wails/v3/examples/file-association
Anshuman abcc37f9a1
Add darwin universal build and package (#3902)
* Added Support for darwin universal builds and packages

* Fix universal task

* Added the missing Taskfile.tmpl.yml file
2024-11-23 23:15:10 +11:00
..
build Fix syso naming issue 2024-11-18 20:43:03 +11:00
frontend V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
.gitignore V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
go.mod V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
go.sum V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
greetservice.go V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
Inter Font License.txt V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
main.go V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
README.md V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00
Taskfile.yml Add darwin universal build and package (#3902) 2024-11-23 23:15:10 +11:00
test.wails V3 alpha feature/file association port (#3873) 2024-11-09 08:58:20 +11:00

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.