Skip to content

Commit 044149d

Browse files
committed
Make prevent linux have x86_64 suffix
1 parent e7ca4f6 commit 044149d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build_linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ cd ../codecov-cli
1414
uv run pyinstaller -F codecov_cli/main.py
1515
mv ./dist/main ./dist/codecovcli_$1
1616

17-
# linux binary should be just codecovcli_linux
17+
# codecov linux binary should be just codecovcli_linux
1818
if [ $1 = "linux_x86_64" ]; then
1919
cd ..
20-
mv ./prevent-cli/dist/sentry-prevent-cli_$1 ./prevent-cli/dist/sentry-prevent-cli_linux
2120
mv ./codecov-cli/dist/codecovcli_$1 ./codecov-cli/dist/codecovcli_linux
2221
fi

0 commit comments

Comments
 (0)