浏览代码

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

dzp 2 年之前
父节点
当前提交
2d5f7a2d84
共有 1 个文件被更改,包括 0 次插入3 次删除
  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