mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
🐛 Assets cannot be exported on Windows https://github.com/siyuan-note/siyuan/issues/17045
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7c2a2a24d2
commit
813f523dc6
1 changed files with 0 additions and 1 deletions
|
|
@ -393,7 +393,6 @@ func IsSensitivePath(p string) bool {
|
|||
winPrefixes := []string{
|
||||
`c:\windows\system32`,
|
||||
`c:\windows\system`,
|
||||
`c:\users\`,
|
||||
}
|
||||
for _, wp := range winPrefixes {
|
||||
if strings.HasPrefix(pp, strings.ToLower(wp)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue