mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
25 lines
421 B
Markdown
25 lines
421 B
Markdown
|
|
# __PLUGIN_NAME__
|
||
|
|
|
||
|
|
Official-style plugin scaffold generated for LanMountainDesktop.
|
||
|
|
|
||
|
|
## Build
|
||
|
|
|
||
|
|
```powershell
|
||
|
|
dotnet build -c Release
|
||
|
|
```
|
||
|
|
|
||
|
|
`LanMountainDesktop.PluginSdk` build targets will generate:
|
||
|
|
|
||
|
|
- plugin output files under `bin/<Configuration>/<TFM>/`
|
||
|
|
- a `.laapp` package in the project root
|
||
|
|
|
||
|
|
## Manifest
|
||
|
|
|
||
|
|
Update `plugin.json` fields as needed before release:
|
||
|
|
|
||
|
|
- `id`
|
||
|
|
- `name`
|
||
|
|
- `description`
|
||
|
|
- `author`
|
||
|
|
- `version`
|