Skip to content

Commit

Permalink
🎨 Support one-click addition of Microsoft Defender exclusions #13650
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 28, 2024
1 parent e6ecfc5 commit f65f243
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions kernel/model/elevator.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,23 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

//go:build windows

package model

import (
"github.com/siyuan-note/logging"
"github.com/siyuan-note/siyuan/kernel/util"
"golang.org/x/sys/windows"
"os"
"os/exec"
"path/filepath"
"runtime"
"strings"
"syscall"

"golang.org/x/sys/windows"

"github.com/88250/gulu"
"github.com/siyuan-note/logging"
"github.com/siyuan-note/siyuan/kernel/util"
)

func processMicrosoftDefender() {
Expand Down

0 comments on commit f65f243

Please sign in to comment.