mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 19:01:09 -07:00
Hidpi fix (#297)
* Add global error handler for runtime * Set DPI Aware on windows
This commit is contained in:
@@ -44,6 +44,7 @@ func runCommand(command string, args ...string) {
|
||||
cmd := exec.Command(command, args...)
|
||||
output, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
log.Println(string(output))
|
||||
log.Fatal(err)
|
||||
}
|
||||
cmd.Run()
|
||||
|
||||
Reference in New Issue
Block a user