View Single Post
Old 11-30-2018, 02:17 PM   #124
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,839
Karma: 8006346
Join Date: Mar 2015
Device: Kindle, iOS
Converting 32-bit to 64-bit

Here are more detailed instructions for converting AppleScripts from 32-bit to 64-bit, in case it's helpful to anyone:
  • Open AppleScript in Script Editor
  • File > Export > File Format: Application > Save
    OR
    File > Duplicate > Save > File Format: Application
  • Confirm by checking Get Info (Command-I). If there is an option to “Open in 32-bit mode”, that means the AppleScript has been successfully converted to 64-bit.

If the above fails, look for odd characters in the AppleScript name such as the "/" in "ePub Zip/Unzip". Delete the problematic character. You can rename the AppleScript after it's converted to 64-bit.

To add custom icon:
  • Open Get Info window for both old 32-bit and new 64-bit AppleScripts.
  • Click on the desired icon in the upper left corner of the 32-bit app and copy.
  • Click on the generic icon in the upper left corner of the 64-bit app and paste.

Note: This works for macOS High Sierra. It should also work with Mojave. Earlier versions may work differently or not work at all.

Last edited by odamizu; 11-30-2018 at 02:55 PM.
odamizu is offline   Reply With Quote