Skip to content

Commit

Permalink
chore: update tooth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pd233 committed Mar 5, 2024
1 parent 65bc1f1 commit 7234305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AutoUpdate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"files": {
"place": [
{
"src": "*",
"src": "./*",
"dest": ".autoupdate"
}
]
Expand All @@ -41,7 +41,7 @@
"files": {
"place": [
{
"src": "*",
"src": "./*",
"dest": ".autoupdate"
}
]
Expand Down

0 comments on commit 7234305

Please sign in to comment.