| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c2cfcf8 commit cf3f631
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -71,7 +71,7 @@ binary. | |||
| 71 | 71 | * On macOS: | |
| 72 | 72 | ||
| 73 | 73 | ```bash | |
| 74 | - codesign --sign - hello | ||
| 74 | + codesign --sign - sea | ||
| 75 | 75 | ``` | |
| 76 | 76 | ||
| 77 | 77 | * On Windows (optional): | |
@@ -80,22 +80,22 @@ binary. | |||
| 80 | 80 | binary would still be runnable. | |
| 81 | 81 | ||
| 82 | 82 | ```powershell | |
| 83 | - signtool sign /fd SHA256 hello.exe | ||
| 83 | + signtool sign /fd SHA256 sea.exe | ||
| 84 | 84 | ``` | |
| 85 | 85 | ||
| 86 | 86 | 5. Run the binary: | |
| 87 | 87 | ||
| 88 | 88 | * On systems other than Windows | |
| 89 | 89 | ||
| 90 | 90 | ```console | |
| 91 | - $ ./hello world | ||
| 91 | + $ ./sea world | ||
| 92 | 92 | Hello, world! | |
| 93 | 93 | ``` | |
| 94 | 94 | ||
| 95 | 95 | * On Windows | |
| 96 | 96 | ||
| 97 | 97 | ```console | |
| 98 | - $ .\hello.exe world | ||
| 98 | + $ .\sea.exe world | ||
| 99 | 99 | Hello, world! | |
| 100 | 100 | ``` | |
| 101 | 101 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments