diff --git a/src/LipUI/LipUI.csproj b/src/LipUI/LipUI.csproj
index a15daf1..e1d078a 100644
--- a/src/LipUI/LipUI.csproj
+++ b/src/LipUI/LipUI.csproj
@@ -12,23 +12,9 @@
enable
true
true
- False
- True
- EECEBA1A034834A8FCA2C7E7B8878D2477C1AC0B
- SHA256
- True
- False
- True
- Auto
- x64|arm64
- 0
None
-
-
-
-
@@ -37,7 +23,7 @@
-
+
@@ -47,18 +33,6 @@
-
-
-
- MSBuild:Compile
-
-
-
-
-
- MSBuild:Compile
-
-
true
diff --git a/tooth.json b/tooth.json
index 2127314..dc5d255 100644
--- a/tooth.json
+++ b/tooth.json
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/lippkg/LipUI",
- "version": "0.5.0",
+ "version": "0.5.1",
"info": {
"name": "LipUI",
"description": "A GUI client for lip",
@@ -14,7 +14,7 @@
{
"goos": "windows",
"goarch": "amd64",
- "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.5.0/LipUI-win-x64.zip",
+ "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.5.1/LipUI-win-x64.zip",
"files": {
"place": [
{
@@ -25,14 +25,14 @@
},
"commands": {
"post-install": [
- "CMD.exe /c ./LipUI.exe"
+ "cmd /c ./LipUI.exe"
]
}
},
{
"goos": "windows",
"goarch": "arm64",
- "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.5.0/LipUI-win-arm64.zip",
+ "asset_url": "https://github.com/lippkg/LipUI/releases/download/v0.5.1/LipUI-win-arm64.zip",
"files": {
"place": [
{
@@ -43,7 +43,7 @@
},
"commands": {
"post-install": [
- "CMD.exe /c ./LipUI.exe"
+ "cmd /c ./LipUI.exe"
]
}
}