Skip to content

Commit

Permalink
version bump in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
objective-see committed Feb 2, 2024
1 parent 77869dd commit 2c74ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DMG/createDMG.sh
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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"
Expand Down

0 comments on commit 2c74ffc

Please sign in to comment.