Skip to content

Commit

Permalink
Merge pull request #157 from dotnet-campus/t/bot/fix-codeformatting
Browse files Browse the repository at this point in the history
[Bot] Automated PR to fix formatting errors
  • Loading branch information
lindexi authored Nov 12, 2024
2 parents b60d3f5 + 2988581 commit 78e6872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public string? DebControlDepends
set => SetValue(value);
get => GetString();
}

/// <summary>
/// 此字段若配置了,则会在 control 文件中写入 X-Package-System 属性,值为此字段的值
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion DebUOS/Packaging.DebUOS/DebUOSPackageFileStructCreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void CreatePackagingFolder(DebUOSConfiguration configuration)
{
throw new PackagingException($"将发布输出文件拷贝到安装包打包文件夹失败,从 '{projectPublishFolder}' 复制到 '{applicationFolder}' 失败");
}

// opt\apps\AppId\entries
// opt\apps\AppId\entries\applications
var entriesFolder = Path.Join(appIdFolder, "entries");
Expand Down

0 comments on commit 78e6872

Please sign in to comment.