From 0bb07d28087792536ad58a7386e6851875a1eaea Mon Sep 17 00:00:00 2001 From: Felix Epp Date: Sun, 1 Feb 2015 15:17:42 +0100 Subject: [PATCH] Corrected Readme: removed build execute only --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c1adda2..9ef9d0c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ The standard `Build` command creates an executable and in Apple Script Editor ed The `Run` command executes the script directly in ST. In the command palette are more variants to build: - `Build: App`: Build an executable application (.app) -- `Build: App (execute only)`: Build an executable application (.app), which can not be read, nor edited. - `Build: Script Bundle`: Build an executable Script Bundle (.scptd) The Build System takes a vanilla JavaScript file and runs the shell command `osascript -l Javascript [file_name]` or `osacompile -l JavaScript -o [file_name].scpt [file_name]`. Look the `osacompile` manual for more options.