From ded50042cb51a2f8f6d46217a3021ce9749e0596 Mon Sep 17 00:00:00 2001 From: Abdelaziz emam <155254543+Abdelaziz94-glitch@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:18:00 -0800 Subject: [PATCH] Update appdmg.json no need for any extension --- appdmg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appdmg.json b/appdmg.json index 350690e7..d14eb93a 100644 --- a/appdmg.json +++ b/appdmg.json @@ -1,8 +1,9 @@ { "title": "Spotube", "icon": "assets/spotube-logo.png", + "zizo":"it's my name" "contents": [ { "x": 448, "y": 344, "type": "link", "path": "/Applications" }, { "x": 192, "y": 344, "type": "file", "path": "build/macos/Build/Products/Release/spotube.app" } ] -} \ No newline at end of file +}