Skip to content

Commit 77eb956

Browse files
committed
minor fix for win build
1 parent f996afb commit 77eb956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ build-agent-runner:
186186
--hidden-import tweepy \
187187
--onefile pyinstaller/memeooorr_bin.py \
188188
--name agent_runner_bin
189-
./dist/agent_runner_bin 1>/dev/null
189+
./dist/agent_runner_bin --version
190190

191191

192192
.PHONY: build-agent-runner-mac

0 commit comments

Comments
 (0)