Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmr-bot authored Aug 26, 2023
1 parent 54a3d25 commit a85bfbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# compile for version
make
if [ $? -ne 0 ]; then
echo "make error"
Expand All @@ -21,8 +20,8 @@ cd ./release

for os in $os_all; do
for arch in $arch_all; do
frp_dir_name="frp_${frp_version}_${os}_${arch}"
frp_path="./packages/frp_${frp_version}_${os}_${arch}"
frp_dir_name="${frp_version}_${os}_${arch}"
frp_path="./packages/${frp_version}_${os}_${arch}"

if [ "x${os}" = x"windows" ]; then
if [ ! -f "./frpc_${os}_${arch}.exe" ]; then
Expand Down

0 comments on commit a85bfbe

Please sign in to comment.