Skip to content

Commit

Permalink
fix: overwrite user module
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 17, 2021
1 parent 027628d commit 5795a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CapsLockX.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ global loadingTips := ""
清洗为_UTF16_WITH_BOM_型编码(CapsLockX_配置路径)

; 复制用户模块
FileCopy ./User/*.user.ahk, %CapsLockX_模块路径%/
FileCopy ./User/*.user.md, %CapsLockX_模块路径%/
FileCopy ./User/*.user.ahk, %CapsLockX_模块路径%/, 1
FileCopy ./User/*.user.md, %CapsLockX_模块路径%/, 1
; 备份旧版本的用户模块(注意顺序,不要把新版用户模块覆盖了)
; FileCopy %CapsLockX_模块路径%/*.user.ahk, ./User/
; FileCopy %CapsLockX_模块路径%/*.user.md, ./User/
Expand Down

0 comments on commit 5795a3b

Please sign in to comment.