From 2c74ffc5a2717e61a5a54e90bc47538a6ffd58f4 Mon Sep 17 00:00:00 2001 From: Patrick Wardle Date: Fri, 2 Feb 2024 09:54:36 -1000 Subject: [PATCH] version bump in install script --- DMG/createDMG.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DMG/createDMG.sh b/DMG/createDMG.sh index a2b6355..a76f400 100755 --- a/DMG/createDMG.sh +++ b/DMG/createDMG.sh @@ -1,7 +1,7 @@ printf "\nCreating LuLu Disk Image...\n\n" create-dmg \ - --volname "LuLu v2.6.0" \ + --volname "LuLu v2.6.1" \ --volicon "LuLu.icns" \ --background "background.png" \ --window-pos 200 120 \ @@ -10,7 +10,7 @@ create-dmg \ --icon "LuLu.app" 200 190 \ --hide-extension "LuLu.app" \ --app-drop-link 600 190 \ - "LuLu_2.6.0.dmg" \ + "LuLu_2.6.1.dmg" \ "Release/" printf "\nCode signing dmg...\n"