diff --git a/README.md b/README.md index a7f8b51..d3ae69c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ If no pdf is found, the program stops before asking for an output name. ## Download links -- [Windows](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/raw/master/binaries/windows-amd64/go-pdf-concatenator.exe) -- [Linux](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/raw/master/binaries/linux-amd64/go-pdf-concatenator) -- [MacOS](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/raw/master/binaries/darwin-amd64/go-pdf-concatenator) +- [Windows](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/releases/download/v1.0/go-pdf-concatenator_windows-amd64.exe) +- [Linux](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/releases/download/v1.0/go-pdf-concatenator_linux-amd64) +- [MacOS](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/releases/download/v1.0/go-pdf-concatenator_darwin-amd64) +- [Source code (zip)](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/archive/v1.0.zip) +- [Source code (tar.gz)](https://github.com/Cedric-Caballol-Shepy/go-pdf-concatenator/archive/v1.0.tar.gz) ## Thanks diff --git a/binaries/darwin-amd64/go-pdf-concatenator b/binaries/darwin-amd64/go-pdf-concatenator deleted file mode 100644 index 8772e41..0000000 Binary files a/binaries/darwin-amd64/go-pdf-concatenator and /dev/null differ diff --git a/binaries/linux-amd64/go-pdf-concatenator b/binaries/linux-amd64/go-pdf-concatenator deleted file mode 100644 index f7928d6..0000000 Binary files a/binaries/linux-amd64/go-pdf-concatenator and /dev/null differ diff --git a/binaries/windows-amd64/go-pdf-concatenator.exe b/binaries/windows-amd64/go-pdf-concatenator.exe deleted file mode 100644 index bdfee5b..0000000 Binary files a/binaries/windows-amd64/go-pdf-concatenator.exe and /dev/null differ