File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,9 @@ brews:
60
60
- name : nss
61
61
62
62
service : |
63
- name "vproxy"
64
63
run ["#{bin}/vproxy", "daemon"]
65
64
keep_alive successful_exit: false
66
- working_directory "#{var}"
65
+ working_dir "#{var}"
67
66
log_path "#{var}/log/vproxy.log"
68
67
error_log_path "#{var}/log/vproxy.log"
69
68
@@ -201,10 +200,9 @@ brews:
201
200
- name : go
202
201
203
202
service : |
204
- name "vproxy-head"
205
203
run ["#{bin}/vproxy", "daemon"]
206
204
keep_alive successful_exit: false
207
- working_directory "#{var}"
205
+ working_dir "#{var}"
208
206
log_path "#{var}/log/vproxy.log"
209
207
error_log_path "#{var}/log/vproxy.log"
210
208
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ snapshot: clean
8
8
goreleaser release --snapshot --clean
9
9
10
10
install-formula : snapshot
11
- cp -a dist/vproxy.rb dist/vproxy-head .rb /usr/local/Homebrew/Library/Taps/jittering/homebrew-kegs/Formula/
11
+ cp -a dist/homebrew/Formula/ * .rb /usr/local/Homebrew/Library/Taps/jittering/homebrew-kegs/Formula/
12
12
13
13
build-linux :
14
14
GOOS=linux go build -o vproxy-linux-x64 ./bin/vproxy/
You can’t perform that action at this time.
0 commit comments