mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-17 16:10:09 +01:00
* fix(v3): exclude node_modules from build:frontend sources glob The `sources: "**/*"` glob in the build:frontend task causes go-task to enumerate and checksum every file in node_modules during up-to-date checking. With heavy dependencies (e.g. MUI), this means 50-100k+ files are statted, causing 20-30 minute hangs especially on Windows/NTFS. Fixes #4939 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs(v3): add changelog entry for #4939 fix * chore: trigger CI re-run with fixed workflow --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.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.