としてエクスポート相対パスは、私はそれがでログ上で実行する必要があるので、私はの.appファイルとしてAppleScriptをエクスポートした.APP
これは私のコードです:。
repeat
tell application "System Events"
repeat with desktopNumber from 1 to count of desktops
tell desktop desktopNumber
set picture to "~/Desktop/script/img.jpg"
end tell
end repeat
end tell
end repeat
パスへスクリプトは〜/ Desktop/script/script.app/Contents/Resources/Scripts/main.scptです
私はリソースフォルダに画像を置いて、相対パスを作成したいので、私のスクリプトを変更しないでどこでもフォルダを試しました。
set desktopPicture to ((container of container of (path to me)) as text) & "/img.jpg"
repeat
tell application "System Events"
repeat with desktopNumber from 1 to count of desktops
tell desktop desktopNumber
set picture to desktopPicture
end tell
end repeat
end tell
end repeat
しかし、それはエラーCan’t make container of container of alias \"Macintosh HD:Users:Me:Desktop:script:script.app:Contents:Resources:Scripts:main.scpt\" into type text.