From 7234305ea893856b6c1a294d95a4f2e55c20e4e5 Mon Sep 17 00:00:00 2001 From: Pd233 Date: Tue, 5 Mar 2024 12:50:11 +0800 Subject: [PATCH] chore: update tooth.json --- src/AutoUpdate/Program.cs | 2 +- tooth.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AutoUpdate/Program.cs b/src/AutoUpdate/Program.cs index 5067a00..d5dd25c 100644 --- a/src/AutoUpdate/Program.cs +++ b/src/AutoUpdate/Program.cs @@ -37,7 +37,7 @@ void Lipui_Handler(string? lipPath, string? workingDir) StartInfo = new(lipPath) { WorkingDirectory = workingDir, - Arguments = "install github.com/lippkg/LipUI --upgrade", + Arguments = "install --yes --force-reinstall --no-dependencies github.com/lippkg/LipUI", } }; logger.LogInformation("Running: {lipPath} install github.com/lippkg/LipUI", lipPath); diff --git a/tooth.json b/tooth.json index 17122ce..e08194a 100644 --- a/tooth.json +++ b/tooth.json @@ -23,7 +23,7 @@ "files": { "place": [ { - "src": "*", + "src": "./*", "dest": ".autoupdate" } ] @@ -41,7 +41,7 @@ "files": { "place": [ { - "src": "*", + "src": "./*", "dest": ".autoupdate" } ]