Skip to content

Commit f65f243

Browse files
committed
🎨 Support one-click addition of Microsoft Defender exclusions #13650
1 parent e6ecfc5 commit f65f243

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

kernel/model/elevator.go

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,23 @@
1414
// You should have received a copy of the GNU Affero General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17+
//go:build windows
18+
1719
package model
1820

1921
import (
20-
"github.com/siyuan-note/logging"
21-
"github.com/siyuan-note/siyuan/kernel/util"
22-
"golang.org/x/sys/windows"
2322
"os"
2423
"os/exec"
2524
"path/filepath"
2625
"runtime"
2726
"strings"
2827
"syscall"
2928

29+
"golang.org/x/sys/windows"
30+
3031
"github.com/88250/gulu"
32+
"github.com/siyuan-note/logging"
33+
"github.com/siyuan-note/siyuan/kernel/util"
3134
)
3235

3336
func processMicrosoftDefender() {

0 commit comments

Comments
 (0)