parent
199fd9b9fc
commit
0ce933b697
|
|
@ -1,7 +1,7 @@
|
||||||
## m3u8d 一款m3u8下载工具
|
## m3u8d 一款m3u8下载工具
|
||||||
* 提供windows图形界面(Qt), mac\linux命令行, linux支持arm和386
|
* 提供windows图形界面(Qt), mac\linux命令行, linux支持arm和386
|
||||||
* 使用ffmpeg转换格式为mp4
|
* 使用ffmpeg转换格式为mp4
|
||||||
* windows自带GUI界面的版本下载: [m3u8d_qt_v1.3_windows_amd64.exe](https://github.com/orestonce/m3u8d/releases/download/v1.3/m3u8d_qt_v1.3_windows_amd64.exe):
|
* windows自带GUI界面的版本下载: [m3u8d_qt_v1.4_windows_amd64.exe](https://github.com/orestonce/m3u8d/releases/download/v1.4/m3u8d_qt_v1.4_windows_amd64.exe):
|
||||||

|

|
||||||
* 全部版本下载, 包括windows图形界面/linux命令行/mac命令行: https://github.com/orestonce/m3u8d/releases
|
* 全部版本下载, 包括windows图形界面/linux命令行/mac命令行: https://github.com/orestonce/m3u8d/releases
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
//BuildCliBinary() // 编译二进制
|
BuildCliBinary() // 编译二进制
|
||||||
CreateLibForQtUi() // 创建Qt需要使用的.a库文件
|
CreateLibForQtUi() // 创建Qt需要使用的.a库文件
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@ func BuildCliBinary() {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
for _, cfg := range list {
|
for _, cfg := range list {
|
||||||
name := "m3u8d_cli_v1.3_" + cfg.GOOS + "_" + cfg.GOARCH + cfg.Ext
|
name := "m3u8d_cli_v1.4_" + cfg.GOOS + "_" + cfg.GOARCH + cfg.Ext
|
||||||
cmd := exec.Command("go", "build", "-o", filepath.Join(wd, "bin", name))
|
cmd := exec.Command("go", "build", "-o", filepath.Join(wd, "bin", name))
|
||||||
cmd.Dir = filepath.Join(wd, "cmd")
|
cmd.Dir = filepath.Join(wd, "cmd")
|
||||||
cmd.Env = append(os.Environ(), "GOOS="+cfg.GOOS)
|
cmd.Env = append(os.Environ(), "GOOS="+cfg.GOOS)
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>40</width>
|
<width>40</width>
|
||||||
<height>40</height>
|
<height>20</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 8.3 KiB |
Loading…
Reference in New Issue