From 268250b7ea10fc7903d9d54ba89f15dbc440ad83 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Wed, 20 Jan 2021 14:55:40 -0800 Subject: [PATCH] Fix linux-app make --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e8c5179f2..84071f1d8 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,7 @@ win-app: server-win webapp linux-app: server-linux webapp rm -rf linux/temp mkdir -p linux/dist + mkdir -p linux/temp/tasks-app cp -R bin/linux/octoserver linux/temp/tasks-app/ cp -R app-config.json linux/temp/tasks-app/config.json cp -R webapp/pack linux/temp/tasks-app/pack