From 59fad9383207aa8ff0ad32c6e84fb6e3b8938b68 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Mon, 11 Jan 2021 14:06:14 +0800 Subject: [PATCH] Change local build foler name --- cli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.json b/cli.json index 2b71413..38d32b0 100644 --- a/cli.json +++ b/cli.json @@ -106,11 +106,11 @@ "hasValue": true }, "intermediaDir": { - "default": "build/intermedia/${platform}", + "default": ".pushy/intermedia/${platform}", "hasValue": true }, "output": { - "default": "build/output/${platform}.${time}.ppk", + "default": ".pushy/output/${platform}.${time}.ppk", "hasValue": true }, "verbose": {}