소스 검색

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