Skip to content

Commit 91c69ce

Browse files
committed
test if we can name the executable 'unidoc' in the manifest
1 parent 147e15d commit 91c69ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package:Package = .init(
88
platforms: [.macOS(.v14)],
99
products: [
1010
.executable(name: "ssgc", targets: ["ssgc"]),
11-
.executable(name: "unidoc-tools", targets: ["unidoc-tools"]),
11+
.executable(name: "unidoc", targets: ["unidoc-tools"]),
1212
.executable(name: "unidoc-publish", targets: ["unidoc-publish"]),
1313

1414
.library(name: "guides", targets: ["guides"]),
@@ -70,7 +70,6 @@ let package:Package = .init(
7070

7171
.library(name: "UCF", targets: ["UCF"]),
7272

73-
.library(name: "Unidoc", targets: ["Unidoc"]),
7473
.library(name: "UnidocAPI", targets: ["UnidocAPI"]),
7574
.library(name: "UnidocAssets", targets: ["UnidocAssets"]),
7675
.library(name: "UnidocAssets_System", targets: ["UnidocAssets_System"]),

0 commit comments

Comments
 (0)