Skip to content

Commit

Permalink
fix: GUI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlotteAuHaras committed Nov 14, 2023
1 parent 4ee6444 commit dd4722b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gui/conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ app {
}

mac.info-plist.LSMinimumSystemVersion = 11.0.0
// We include the PNGs in the Windows and Linux app packages so they can be set as the window icon.
windows.icons = "src/main/resources/logo.png"
windows.inputs += ${app.windows.icons}
linux.icons = "src/main/resources/logo.png"
linux.inputs += ${app.linux.icons}
mac.icons = "src/main/resources/logo.png"
app.icons = "src/main/resources/logo.png"
}

conveyor.compatibility-level = 12

0 comments on commit dd4722b

Please sign in to comment.