X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/6a628388c496987819ef26bda1a99595bce2b1d5..3a398bc031f1a1659073208e83d778a357a8243a:/Makefile diff --git a/Makefile b/Makefile index d993480..e535bdb 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ build: swift build --build-path $(build_path) --configuration $(configuration) install: build - cp $(source_binary_path) $(install_binary_path) + sudo cp $(source_binary_path) $(install_binary_path) test: build swift test @@ -35,7 +35,7 @@ document: build --author Lyricli \ --author_url https://gitlab.com/lyricli \ --github_url https://gitlab.com/lyricli/lyricli \ - --module-version 0.4.0 \ + --module-version 1.0.0 \ --module Lyricli \ clean: