From 0f4ceb2ab221500134ffb1807a65684b88292f33 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Wed, 14 Jun 2023 07:28:13 +0000 Subject: [PATCH] Latest --- software.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/software.yml b/software.yml index 8b42cb95..8f7d8d9b 100644 --- a/software.yml +++ b/software.yml @@ -5108,6 +5108,7 @@ softwarePackages: _github: https://github.com/meowtec/Imagine _home: https://github.com/meowtec/Imagine _name: Imagine + _when:script:darwin: '! test -d /Applications/Imagine.app' appimage: meowtec/Imagine exe: https://github.com/meowtec/Imagine/releases/download/v0.7.4/Imagine-Setup-0.7.4.exe script:darwin: curl -sSL https://github.com/meowtec/Imagine/releases/download/v0.7.4/Imagine-0.7.4.dmg > /tmp/Imagine.dmg && sudo hdiutil attach /tmp/Imagine.dmg && sudo cp -R "/Volumes/Imagine 0.7.4/Imagine.app" /Applications && sudo hdiutil detach "/Volumes/Imagine 0.7.4" && rm -f /tmp/Imagine.dmg