Skip to content

Commit

Permalink
chore: 更新nuget中协议的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 23, 2023
1 parent 9b10d25 commit 8019001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/nuget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CPACK_PACKAGE_VERSION "${MAA_HASH_VERSION}")
set(CPACK_NUGET_PACKAGE_DESCRIPTION "A software automation testing framework based on image recognition.")
set(CPACK_NUGET_PACKAGE_AUTHORS "MaaAssistantArknights Team")
set(CPACK_NUGET_PACKAGE_TITLE "MAA Framework")
set(CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION "LGPL-2.1-only")
set(CPACK_NUGET_PACKAGE_LICENSE_EXPRESSION "LGPL-3.0-only")
set(CPACK_NUGET_PACKAGE_ICONURL
"https://cdn.jsdelivr.net/gh/MaaAssistantArknights/design@main/logo/maa-logo_512x512.png")
# set(CPACK_NUGET_PACKAGE_ICON "icon.png") set(CPACK_NUGET_PACKAGE_DESCRIPTION_SUMMARY "A software automation testing
Expand Down
2 changes: 1 addition & 1 deletion tools/nupkgs/Maa.Framework.Runtimes.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>MAA Framework Runtimes</title>
<authors>MAA Team</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">LGPL-2.1-only</license>
<license type="expression">LGPL-3.0-only</license>
<!--iconUrl is deprecated. Use icon instead.-->
<iconUrl>https://cdn.jsdelivr.net/gh/MaaAssistantArknights/design@main/logo/maa-logo_128x128.png</iconUrl>
<!--readme-->
Expand Down

0 comments on commit 8019001

Please sign in to comment.