Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/MasterpieceApp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ juce_add_gui_app(MasterpieceApp
BUNDLE_ID "org.masterpiece.player"
ICON_BIG "${CMAKE_SOURCE_DIR}/packaging/masterpiece.png"
ICON_SMALL ""
ICON_COMPOSER_BUNDLE "${CMAKE_SOURCE_DIR}/packaging/masterpiece.icon"
)

target_sources(MasterpieceApp PRIVATE Main.cpp)
Expand Down
Binary file modified packaging/masterpiece.ico
Binary file not shown.
33 changes: 33 additions & 0 deletions packaging/masterpiece.icon/Assets/masterpiece.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions packaging/masterpiece.icon/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"fill" : "system-light",
"groups" : [
{
"layers" : [
{
"fill" : {
"solid" : "gray:0.65541,1.00000"
},
"glass" : true,
"image-name" : "masterpiece.svg",
"name" : "masterpiece"
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.3
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}
Binary file modified packaging/masterpiece.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading