From 3affe2a6a10700fe6d379bb4cb7c3dc8971c7efc Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:40:59 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5f7db84..b86147a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,5 +36,5 @@ install: # No tests idk lol build_script: - - lime build linux - - lime build windows + - haxelib run lime build linux + - haxelib run lime build windows