修改模块名: lrc2lts => ltc (LrcToCaptions)
This commit is contained in:
parent
3e2af31678
commit
a29d2c057e
16 changed files with 30 additions and 29 deletions
3
lrctocaptions/build.bat
Normal file
3
lrctocaptions/build.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
echo off
|
||||
@REM forceposix 表示在windows上参数也为linux风格,即以“-”开头
|
||||
go build -tags="forceposix" -ldflags "-s -w" -o ltc.exe .
|
Reference in a new issue