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 090e02b commit 670cd70Copy full SHA for 670cd70
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
cp -r "target/release/bundle/osx/AsterIDE.app" "$BUILD_DIR/"
43
44
xattr -rc "$BUILD_DIR/AsterIDE.app"
45
+ codesign --force --deep --sign - "$BUILD_DIR/AsterIDE.app"
46
47
ln -s /Applications "$BUILD_DIR/Applications"
48
0 commit comments