Skip to content

Commit a834677

Browse files
committed
加上更多打包属性
1 parent 2d5769b commit a834677

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Loading

src/UnoFileDownloader/UnoFileDownloader/UnoFileDownloader.Skia.Gtk/UnoFileDownloader.Skia.Gtk.csproj

+13
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ApplicationManifest>app.manifest</ApplicationManifest>
77

8+
<!-- 打出来的 UOS 包的 AppId 和版本号 -->
9+
<!-- 其中 AppId 是应用的唯一标识。按照 UOS 的规范,请务必使用厂商的倒置域名+产品名作为应用包名,如 `com.example.demo` 格式,前半部分为厂商域名倒置,后半部分为产品名,只允许小写字母 -->
810
<AppId>com.dotnetcampus.unofiledownloader</AppId>
11+
<UOSDebVersion>1.0.1</UOSDebVersion>
12+
<!-- 应用名,英文名 -->
13+
<AppName>UnoFileDownloader</AppName>
14+
<!-- 应用名,中文名,可不写。将在开始菜单中显示 -->
15+
<AppNameZhCN>下载器</AppNameZhCN>
16+
<Png32x32IconFile>Download32x32Icon.png</Png32x32IconFile>
17+
<DesktopComment>The file downloader.</DesktopComment>
18+
<DesktopCommentZhCN>文件下载器,代码完全开源</DesktopCommentZhCN>
19+
<DebControlDescription>The UNO file downloader.</DebControlDescription>
20+
<DebControlHomepage>https://github.com/dotnet-campus/dotnetCampus.FileDownloader</DebControlHomepage>
21+
<DebControlMaintainer>dotnet-campus</DebControlMaintainer>
922
</PropertyGroup>
1023
<ItemGroup>
1124
<EmbeddedResource Include="Package.appxmanifest" />

0 commit comments

Comments
 (0)