wails/v3/examples
Lea Anthony 1d75dd030f feat: Add Windows UAC configuration support to Wails v3
- Add UAC trustInfo section to Windows manifest template with default 'asInvoker' execution level
- Update badge example manifest to include UAC configuration
- Add comprehensive documentation for Windows UAC configuration
- Ensure consistent UAC behavior across different machines

Fixes issue where Windows applications lost admin requirements when copied between machines.
The UAC configuration is now always present in the manifest, making it explicit and easily
customizable by users since v3 expects users to edit their own build assets.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 22:23:09 +10:00
..
badge feat: Add Windows UAC configuration support to Wails v3 2025-06-12 22:23:09 +10:00
badge-custom add set custom badge and update docs/examples/readmes 2025-04-26 23:49:07 -07:00
binding Update existing examples 2025-02-25 03:33:15 +01:00
build Fix syso naming issue 2024-11-18 20:43:03 +11:00
cancel-async Rename copied files 2025-02-25 18:01:36 +01:00
cancel-chaining Rename copied files 2025-02-25 18:01:36 +01:00
clipboard Mac examples + readme updated 2023-10-17 20:25:36 +11:00
contextmenus Better context menu demo text 2025-01-25 09:23:12 +11:00
dev Add FontManager to better handle fonts. Remove the go-findfont dependency. Add Go examples. 2025-04-25 15:17:39 +10:00
dialogs Documentation updates. 2024-12-16 20:00:56 +11:00
dialogs-basic Fix default index.html serving. 2024-12-14 11:10:07 +11:00
drag-n-drop [V3] fix drag n drop example not running (#3742) 2024-09-13 05:41:06 +10:00
environment example: environment - change css 2024-05-03 12:52:15 -05:00
events Update docs + examples. 2025-03-11 21:06:57 +11:00
events-bug Clean up footer 2024-07-30 07:57:25 +10:00
file-association Dependency updates 2025-05-15 06:26:20 +10:00
frameless Improve frameless example 2024-12-27 09:37:55 +11:00
gin-example Dependency updates 2025-05-15 06:26:20 +10:00
gin-routing Dependency updates 2025-05-15 06:26:20 +10:00
gin-service Dependency updates 2025-05-15 06:26:20 +10:00
hide-window Removed OnShouldClose: Create single way of handling conditional and unconditional close. 2024-12-23 08:23:07 +11:00
html-dnd-api [v3 alpha test] HTML Drag and Drop API test (#3856) 2024-10-29 20:15:36 +11:00
ignore-mouse [windows] Add support for click-through overlay window (#3667) 2024-08-18 20:50:22 +10:00
keybindings Move to latest webkit2 and remove older code. 2024-03-06 16:59:13 -06:00
menu fix: restore hidden menuitem at correct position 2025-04-27 12:00:13 +08:00
notifications windows improvements 2025-04-22 14:23:32 -07:00
panic-handling Default panic handler should fatal. Update docs and example. 2025-01-21 06:44:28 +11:00
plain BREAKING CHANGE: wml attributes are now prefixed with data- 2025-01-28 07:37:17 +11:00
raw-message Support raw messages from JS 2024-06-08 20:43:24 +10:00
screen [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
services Merge branch 'v3-alpha' into fork/fbbdev/v3-alpha-feature/service-api 2025-03-01 16:33:11 +11:00
show-macos-toolbar [v3] Add option for showing the toolbar in fullscreen mode on macOS (#3282) 2024-03-02 20:10:25 +11:00
single-instance Single Instance feature. 2024-12-30 21:02:43 +11:00
systray-basic Update systray-custom to show keep-alive after window kill 2024-12-23 20:55:29 +11:00
systray-custom Revert systray-custom example changes 2025-03-08 11:25:06 +11:00
systray-menu Fix Hidden Mac MenuItem. 2025-02-16 11:10:19 +11:00
video Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
window The application menu is now macOS only. 2025-02-03 20:08:31 +11:00
window-api BREAKING CHANGE: wml attributes are now prefixed with data- 2025-01-28 07:37:17 +11:00
window-call Add window to context when calling a service method. Add window-call example to demonstrate how to know which window is calling a service. Fix Window ID skip issue. 2025-01-15 19:32:15 +11:00
window-menu New ContextMenu API + example (#4013) 2025-01-23 22:10:23 +11:00
wml Update existing examples 2025-02-25 03:33:15 +01:00
linux_status.org add linux status for examples 2023-11-06 10:49:14 -06:00
README.md Improve documentation 2023-12-13 22:40:35 +11:00

v3

NOTE: The examples in this directory may or may not compile / run at any given time during alpha development.

Running the examples

cd v3/examples/<example>
go mod tidy
go run .

Compiling the examples

cd v3/examples/<example>
go mod tidy
go build
./<example>