Skip to content

Commit 5d7f20c

Browse files
authored
Update nekoray_macos_builder.sh
1 parent 929e0ea commit 5d7f20c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nekoray_macos_builder.sh

-5
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ for cmd in "nekobox_core" "nekoray_core"; do
127127
done
128128

129129
#zip nekoray by arch
130-
for arch in "amd64" "arm64"; do
131-
cd "$nPath/build"
132-
zip -r "nekoray_$arch.zip" "nekoray_$arch.app"
133-
cd -
134-
done
135130
if [ -z "$GITHUB_ACTIONS" ]; then
136131
for arch in "amd64" "arm64"; do
137132
TEMP_PATH=$(pwd)

0 commit comments

Comments
 (0)