Installation Status LEDs
haykoian opened this issue · 1 comments
haykoian commented
Hi there,
I’m not getting amber to green status lights in my installation workflow icons when SplashBuddy is running.
cybertunnel commented
Ensure your package name matches your preference file.
Ex: Package named Slack-1.3.pkg
<dict>
<key>canContinue</key>
<false/>
<key>description</key>
<string>IM Value</string>
<key>displayName</key>
<string>Slack</string>
<key>iconRelativePath</key>
<string>slack.png</string>
<key>packageName</key>
<string>Slack</string>
</dict>
Notice just the Slack
and not the Slack-1.3.pkg
name. Also the package has to be named like PackageName-1.0.pkg
where 1.0
can be any versioning scheme as long as it is like 10.2.3.455.3
and not 10.2.3.65b2
.