Update main.go

main
orestonce 2022-08-03 09:05:31 +08:00 committed by GitHub
parent 11d1f75377
commit cd0e5f12d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -90,8 +90,9 @@ func CreateLibForQtUi(isAmd64 bool) {
if isAmd64 {
ctx.MustCreateAmd64LibraryInDir("m3u8d-qt")
} else {
ctx.MustCreate386LibraryInDir("m3u8-qt")
ctx.MustCreate386LibraryInDir("m3u8d-qt")
}
fmt.Println("isAmd64", isAmd64)
}
func WriteVersionDotRc(version string) {