We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5c04c commit cc256d5Copy full SHA for cc256d5
Build/build.sh
@@ -54,7 +54,7 @@ function build() {
54
fi
55
56
echo "self Signing to the app..."
57
- codesign --force --deep --sign "V2rayU" "${V2rayU_RELEASE}/${APP_NAME}.app"
+# codesign --force --deep --sign "V2rayU" "${V2rayU_RELEASE}/${APP_NAME}.app"
58
59
echo "Creating DMG file..."
60
rm -f ${V2rayU_64_dmg} ${V2rayU_arm64_dmg}
0 commit comments