Commit a834677 1 parent 2d5769b commit a834677 Copy full SHA for a834677
File tree 2 files changed +13
-0
lines changed
src/UnoFileDownloader/UnoFileDownloader/UnoFileDownloader.Skia.Gtk
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 5
5
<TargetFramework >net8.0</TargetFramework >
6
6
<ApplicationManifest >app.manifest</ApplicationManifest >
7
7
8
+ <!-- 打出来的 UOS 包的 AppId 和版本号 -->
9
+ <!-- 其中 AppId 是应用的唯一标识。按照 UOS 的规范,请务必使用厂商的倒置域名+产品名作为应用包名,如 `com.example.demo` 格式,前半部分为厂商域名倒置,后半部分为产品名,只允许小写字母 -->
8
10
<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 >
9
22
</PropertyGroup >
10
23
<ItemGroup >
11
24
<EmbeddedResource Include =" Package.appxmanifest" />
You can’t perform that action at this time.
0 commit comments