Skip to content

Commit

Permalink
remove uwp
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Jan 1, 2024
1 parent 699fe03 commit d6e9dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/OpenCvSharp.ReleaseMaker/Packer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static class Packer
private static readonly IReadOnlyDictionary<string, string[]> architectures = new Dictionary<string, string[]>
{
["win"] = new[] { "x86", "x64" },
["uwp"] = new[] { "x86", "x64", "ARM" },
//["uwp"] = new[] { "x86", "x64", "ARM" },
};

private static readonly IReadOnlySet<string> ignoredExt = new[]{
Expand Down

0 comments on commit d6e9dd3

Please sign in to comment.