Updated Creating a release (markdown)

This commit is contained in:
Federico Ceratto 2016-09-27 14:43:29 +01:00
parent 4694b21adf
commit d82dfd66bc
1 changed files with 1 additions and 2 deletions

View File

@ -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 ```sh
#!/bin/sh #!/bin/sh
@ -86,7 +86,6 @@ bin/nim c koch
PATH=$PATH:$(pwd)/bin PATH=$PATH:$(pwd)/bin
./koch csource -d:release ./koch csource -d:release
./koch xz -d:release ./koch xz -d:release
./koch nsis
``` ```
Shell script, work in progress: Shell script, work in progress: