From 08bb0e7785428cc7cc6cc92bf388d253b1759a47 Mon Sep 17 00:00:00 2001 From: snwfdhmp Date: Sat, 22 Jul 2017 18:21:16 +0200 Subject: [PATCH] Working on brew installation --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ab76c36..ca6a73a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -43,7 +43,7 @@ release: # If set to true, will not auto-publish the release. # Default is false - draft: true + draft: false # .goreleaser.yml brew: @@ -89,4 +89,5 @@ brew: # Custom install script for brew. Default is 'bin.install "program"' install: | - bin.install "duck" \ No newline at end of file + bin.install "duck" + system "mv duck.conf /etc/duck.conf" \ No newline at end of file