Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 authored Jul 10, 2019
1 parent 5a31866 commit c5641cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.macOS(.v10_13)
],
products: [
.executable(name: "Systemator", targets: ["Systemator"]),
.executable(name: "systemator", targets: ["Systemator"]),
.library(name: "SystemController", targets: ["SystemController"]),
.library(name: "SystemManager", targets: ["SystemManager"])
],
Expand Down

0 comments on commit c5641cf

Please sign in to comment.