Open udiNur opened 4 years ago
change the Rename File.alfredworkflow to compatibly with all Alfred versions by changing the Run Script of the osscript from: tell application "Alfred 2" to search "to: {query}" to: tell application "Alfred" to search "to: {query}"
Rename File.alfredworkflow
Run Script
tell application "Alfred 2" to search "to: {query}"
tell application "Alfred" to search "to: {query}"
change the
Rename File.alfredworkflow
to compatibly with all Alfred versions by changing theRun Script
of the osscript from:tell application "Alfred 2" to search "to: {query}"
to:tell application "Alfred" to search "to: {query}"