提交 acb313e0 编写于 作者: R Richard Wilkes

Bring Windows CEF version in line with others

上级 f3b3f8c2
......@@ -3,27 +3,15 @@ package main
import (
"fmt"
"os"
"runtime"
"github.com/richardwilkes/cef/internal/cmd"
"github.com/richardwilkes/toolbox"
"github.com/richardwilkes/toolbox/atexit"
"github.com/richardwilkes/toolbox/cmdline"
)
func main() {
// This is normally the same for all platforms, however, the March 8, 2019
// build has a slightly older build for Windows. Given the security issue
// this build addresses, I felt it was better to have the platforms
// deviate on the specific build than to wait for them to return to being
// in sync with each other.
var desiredCEFVersion string
if runtime.GOOS == toolbox.WindowsOS {
desiredCEFVersion = "3.3578.1870.gc974488"
} else {
desiredCEFVersion = "3.3626.1895.g7001d56"
}
const desiredCEFVersion = "3.3626.1895.g7001d56"
func main() {
cmdline.CopyrightYears = "2018-2019"
cmdline.CopyrightHolder = "Richard A. Wilkes"
cmdline.AppIdentifier = "com.trollworks.cef"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册