RodgerWW Posted February 16, 2014 Share Posted February 16, 2014 I am working on a workflow for applications and I was wondering what would be the easiest way (most efficient) to show the app's icon in the results? IE: When I type ".app" and then the name of the application I want to check versioning on, it shows the above so far ... but I'd like to show the icon of the app beside ... like, where an icon goes normally. Link to comment
Tyler Eich Posted February 16, 2014 Share Posted February 16, 2014 In your item's XML, include this fragment: <icon type="fileicon">{{ path/to/the/app }}</icon> The type attribute is what really makes the difference here By the way, I made a workflow for getting version info from apps. Some of the code might be useful in your workflow Link to comment
RodgerWW Posted February 16, 2014 Author Share Posted February 16, 2014 Ah thx Tyler. I THOUGHT it might have to do with that but it just wasn't 'clicking' in the brain. Now I just need to figure out spaces in names of folders and apps. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now