Updated Creating a release (markdown)
This commit is contained in:
parent
4694b21adf
commit
d82dfd66bc
|
@ -69,7 +69,7 @@ move /y build\nim_%NIMVER%.exe web\upload\download\nim-%NIMVER%_x64.exe || exit
|
|||
|
||||
```
|
||||
|
||||
Shell script, simple:
|
||||
Shell script to build a source tarball:
|
||||
|
||||
```sh
|
||||
#!/bin/sh
|
||||
|
@ -86,7 +86,6 @@ bin/nim c koch
|
|||
PATH=$PATH:$(pwd)/bin
|
||||
./koch csource -d:release
|
||||
./koch xz -d:release
|
||||
./koch nsis
|
||||
```
|
||||
|
||||
Shell script, work in progress:
|
||||
|
|
Loading…
Reference in New Issue