Skip to content

Commit

Permalink
🐛 Fix the path for referencing resource files in conveyor (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyanakuang authored Oct 19, 2024
1 parent eec3b25 commit ca6aa73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app {
mac {
bundle-extras += "composeApp/script/mac_start.sh" -> "bin/start.sh"

icons = "composeApp/src/desktopMain/resources/icon/crosspaste.mac.png"
icons = "composeApp/src/desktopMain/composeResources/drawable/crosspaste_mac.png"

info-plist.CFBundleIdentifier = "com.crosspaste.mac"
info-plist.LSMinimumSystemVersion = 13.0.0
Expand All @@ -37,7 +37,7 @@ app {
windows {
inputs += "composeApp/script/win_start.bat" -> "bin/start.bat"

icons = "composeApp/src/desktopMain/resources/icon/crosspaste.png"
icons = "composeApp/src/desktopMain/composeResources/drawable/crosspaste.png"
updates = {
launch-check-frequency = 1
block-start = false
Expand All @@ -48,7 +48,7 @@ app {
linux {
install-path = /usr/lib/crosspaste

icons = "composeApp/src/desktopMain/resources/icon/crosspaste.png"
icons = "composeApp/src/desktopMain/composeResources/drawable/crosspaste.png"

root-inputs += "composeApp/script/linux_start.sh" -> "/usr/lib/crosspaste/bin/start.sh"
}
Expand Down

0 comments on commit ca6aa73

Please sign in to comment.