From e68e705e5833b1f6566308afaf1d792739584a46 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 6 Aug 2018 15:52:05 -0700 Subject: [PATCH] Compile fix --- templates/electron/haxe/ElectronSetup.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/electron/haxe/ElectronSetup.hx b/templates/electron/haxe/ElectronSetup.hx index 5b1caa793..049c5523a 100644 --- a/templates/electron/haxe/ElectronSetup.hx +++ b/templates/electron/haxe/ElectronSetup.hx @@ -7,7 +7,7 @@ class ElectronSetup { static function main() { - electron.main.App.commandLine.appendSwitch('ignore-gpu-blacklist', 'true'); + untyped (electron.main.App).commandLine.appendSwitch('ignore-gpu-blacklist', 'true'); var windows:Array = [ ::foreach windows::