Skip to content

Commit

Permalink
[tools] Add a better description to publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed May 14, 2024
1 parent 8d8a77c commit 248802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func doActionAssetLibrary(baseDir string, addonId string, cfg assetLibraryAction
assetData := internal.AssetData{
AssetId: cfg.AssetId,
Title: plgCfg.Plugin.Name,
Description: plgCfg.Plugin.Description,
Description: fmt.Sprintf("%s\n\n%s", plgCfg.Plugin.Description, fmt.Sprintf("More detailed information and documentation is available at https://kenyoni-software.github.io/godot-addons/addons/%s", addon.Id())),
VersionString: plgCfg.Plugin.Version,
GodotVersion: gdMinversion,
CategoryId: cfg.Category,
Expand Down

0 comments on commit 248802b

Please sign in to comment.