Skip to content

Commit

Permalink
Corrected Readme: removed build execute only
Browse files Browse the repository at this point in the history
  • Loading branch information
eppfel committed Feb 1, 2015
1 parent 04eacd6 commit 0bb07d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0bb07d2

Please sign in to comment.