Forráskód Böngészése

chore(windows): WT 和 WTP 只要留一份配置文件就够了

dzp 2 éve
szülő
commit
2d5f7a2d84
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      install.nsi

+ 0 - 3
install.nsi

@@ -91,9 +91,6 @@ Section
     StrCpy $dir "$LocalAppData\Microsoft\Windows Terminal\Fragments\PaoTin++"
     CreateDirectory "$dir"
     CopyFiles /SILENT "$file" "$dir"
-    StrCpy $dir "$LocalAppData\Microsoft\Windows Terminal Preview\Fragments\PaoTin++"
-    CreateDirectory "$dir"
-    CopyFiles /SILENT "$file" "$dir"
 SectionEnd
 
 Section