Skip to content

Commit

Permalink
Try build tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
malliina committed Sep 29, 2024
1 parent d1503be commit 29d8d37
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,7 @@ lazy val pimpcloudSettings =
)
),
buildInfoPackage := "com.malliina.pimpcloud",
linuxPackageSymlinks := linuxPackageSymlinks.value.filterNot(_.link == "/usr/bin/starter"),
Runtime / managedClasspath += (Assets / packageBin).value,
Assets / mappings ++= Seq(
(pimpcloudFrontend / Compile / npmUpdate / crossTarget).value / "styles.css" -> "styles.css"
)
linuxPackageSymlinks := linuxPackageSymlinks.value.filterNot(_.link == "/usr/bin/starter")
)

lazy val pimpcloudLinuxSettings = Seq(
Expand Down

0 comments on commit 29d8d37

Please sign in to comment.