Jump to content

Applescript cached script library


Recommended Posts

I have a simple workflow, hotkey fires an applescript action. The script makes a call to a scripted library script, like so

	tell script "COLib"
		do stuff
	end tell

My problem is that the library script appears to be getting cached by Alfred. Changes made to it are not being seen by the script in Alfred. Further, new workflows are only seeing the previously cached version of the library script. Is there a way to force Alfred to see the updated library script.

thank you.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...