mirror of
https://github.com/snowlyg/GoEasyFfmpeg
synced 2026-04-22 22:57:07 +08:00
增加输出ip配置 out_put_ip
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@
|
||||
"build:ico": "rsrc -arch amd64 -ico ed.ico -o EasyDarwin_windows.syso",
|
||||
"build:www": "cd web_src && npm run build && cd .. && apidoc -i routers -o www/apidoc",
|
||||
"build:doc": "apidoc -i routers -o www/apidoc",
|
||||
"build:win": "go build -tags release -ldflags \"-s -w\" -o GoEasyFfmpeg.exe",
|
||||
"build:lin": "go build -tags release -ldflags \"-X 'main.buildDateTime=$(date '+%Y-%m-%d %H:%M:%S')' -X 'main.gitCommitCode=$(git rev-list --full-history --all --abbrev-commit --max-count 1)' -s -w\" -o goeasyffmpeg",
|
||||
"build:win": "go build -o GoEasyFfmpeg.exe",
|
||||
"build:lin": "go build -o goeasyffmpeg",
|
||||
"build:dev": "go build -o GoEasyFfmpeg.exe",
|
||||
"dev": "gobuild -o GoEasyFfmpeg.exe",
|
||||
"dev:lin": "gobuild -o goeasyffmpeg",
|
||||
|
||||
Reference in New Issue
Block a user