App::ShortcutOptions
Options for creating start menu shortcut.
Header | #include "nativeui/app.h" |
Namespace | namespace nu |
Type | struct |
Platforms | Windows |
Properties
absl::optional<std::wstring>
arguments (optional)
The arguments passed to the executable, default is empty string.
absl::optional<std::wstring>
description (optional)
The description of the shortcut, default is the executable's description.
absl::optional<base::FilePath>
working_dir (optional)
The working directory that the executable will run under.