From 4ccb89fbac22936c4c3d5781e08c12b72ed178b6 Mon Sep 17 00:00:00 2001 From: MelianMiko Date: Tue, 23 Jan 2024 23:34:04 +0700 Subject: [PATCH] Delete `secondary-widget` from common files --- zmake/zmake.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/zmake/zmake.json b/zmake/zmake.json index 9ca746e..b956af3 100644 --- a/zmake/zmake.json +++ b/zmake/zmake.json @@ -23,8 +23,17 @@ "pre_build_script": "", "post_build_script": "", - "common_files": ["README.txt", "LICENSE.txt", "README", "LICENSE", "secondary-widget"], - "ignore_files": [".gitignore", ".DS_Store", "Thumbs.db"], + "common_files": [ + "README.txt", + "LICENSE.txt", + "README", + "LICENSE" + ], + "ignore_files": [ + ".gitignore", + ".DS_Store", + "Thumbs.db" + ], "with_zeus_compat": false, "zeus_target": "mi-band7",