From 1014ebebb1deaeba231ab8f3e135dcc02dccde1e Mon Sep 17 00:00:00 2001
From: Henrique Alves <henriquelalves@gmail.com>
Date: Fri, 15 Jul 2022 20:39:54 -0300
Subject: export html5

---
 makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'makefile')

diff --git a/makefile b/makefile
index e903d4c..5eb2d00 100644
--- a/makefile
+++ b/makefile
@@ -1,9 +1,9 @@
 .PHONY: deploy
 deploy:
 	mkdir -p ./build/
-	~/bin/Godot_v3.4.4-stable_linux_headless.64 --export "HTML5" ./build/build.html
+	godot --export "HTML5" ./build/build.html
 	mv ./build/build.html ./build/index.html
 	zip -r -j build.zip ./build/*
-	~/bin/butler push ./build.zip perons/gmtk2022:html5
+	butler push ./build.zip perons/gmtk2022:html5
 	rm -rf ./build/
 	rm ./build.zip
-- 
cgit v1.2.3