This commit is contained in:
Brian Zalewski 2023-06-14 07:28:13 +00:00
parent e81b978d95
commit 0f4ceb2ab2

View file

@ -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