| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0ee91ea commit 634afda
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,7 +134,7 @@ tool, [postject][]: | |||
| 134 | 134 | * On macOS: | |
| 135 | 135 | ||
| 136 | 136 | ```bash | |
| 137 | - codesign --sign - hello | ||
| 137 | + codesign --sign - sea | ||
| 138 | 138 | ``` | |
| 139 | 139 | ||
| 140 | 140 | * On Windows (optional): | |
@@ -143,22 +143,22 @@ tool, [postject][]: | |||
| 143 | 143 | binary would still be runnable. | |
| 144 | 144 | ||
| 145 | 145 | ```powershell | |
| 146 | - signtool sign /fd SHA256 hello.exe | ||
| 146 | + signtool sign /fd SHA256 sea.exe | ||
| 147 | 147 | ``` | |
| 148 | 148 | ||
| 149 | 149 | 8. Run the binary: | |
| 150 | 150 | ||
| 151 | 151 | * On systems other than Windows | |
| 152 | 152 | ||
| 153 | 153 | ```console | |
| 154 | - $ ./hello world | ||
| 154 | + $ ./sea world | ||
| 155 | 155 | Hello, world! | |
| 156 | 156 | ``` | |
| 157 | 157 | ||
| 158 | 158 | * On Windows | |
| 159 | 159 | ||
| 160 | 160 | ```console | |
| 161 | - $ .\hello.exe world | ||
| 161 | + $ .\sea.exe world | ||
| 162 | 162 | Hello, world! | |
| 163 | 163 | ``` | |
| 164 | 164 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments