You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ distribution. It bundles your script, the Ruby interpreter, gems, and native
11
11
libraries into a single self-contained artifact that runs without requiring
12
12
Ruby to be installed on the target machine.
13
13
14
-
OCRAN supports three output formats, all cross-platform:
14
+
OCRAN supports four output formats, all cross-platform:
15
15
16
16
***Self-extracting executable** — bundles everything into a single binary that unpacks and runs transparently, with no Ruby installation required. Produces a `.exe` on Windows, and a native executable on Linux and macOS.
17
+
***macOS app bundle** (`--macosx-bundle`) — wraps the executable in a `.app` bundle for Finder integration, Dock icons, and code signing.
17
18
***Directory** (`--output-dir`) — copies all files into a folder with a ready-to-run launch script (`.sh` on Linux/macOS, `.bat` on Windows).
18
19
***Zip archive** (`--output-zip`) — same as directory output, packed into a `.zip`.
19
20
@@ -38,6 +39,7 @@ bundled Ruby on Linux, macOS, or Windows.
0 commit comments