File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ filename_darwin=ast-cli_${release}_darwin_x64.tar.gz
99echo " Updating windows binary"
1010wget https://github.com/Checkmarx/ast-cli/releases/download/${release} /${filename_windows}
1111unzip ${filename_windows} -d tmp
12- mv ./tmp/cx.exe ./src/main/resources/cx.exe
12+ mv ./tmp/cx.exe ./src/main/wrapper/ resources/cx.exe
1313rm -r tmp
1414rm ${filename_windows}
1515
@@ -18,7 +18,7 @@ echo "Updating linux binary"
1818wget https://github.com/Checkmarx/ast-cli/releases/download/${release} /${filename_linux}
1919mkdir ./tmp/
2020tar -xvzf ${filename_linux} -C ./tmp/
21- mv ./tmp/cx ./src/main/resources/cx-linux
21+ mv ./tmp/cx ./src/main/wrapper/ resources/cx-linux
2222rm -r tmp
2323rm ${filename_linux}
2424
@@ -27,6 +27,6 @@ echo "Updating mac binary"
2727wget https://github.com/Checkmarx/ast-cli/releases/download/${release} /${filename_darwin}
2828mkdir ./tmp/
2929tar -xvzf ${filename_darwin} -C ./tmp/
30- mv ./tmp/cx ./src/main/resources/cx-mac
30+ mv ./tmp/cx ./src/main/wrapper/ resources/cx-mac
3131rm -r tmp
3232rm ${filename_darwin}
You can’t perform that action at this time.
0 commit comments