diff --git a/src/PhotoCollector/PhotoCollector.csproj b/src/PhotoCollector/PhotoCollector.csproj
index b2146c1..2437476 100644
--- a/src/PhotoCollector/PhotoCollector.csproj
+++ b/src/PhotoCollector/PhotoCollector.csproj
@@ -10,7 +10,7 @@
full
True
zh-Hans
- 0.1.0
+ 0.1.1
diff --git a/src/PhotoCollector/WebView2Interop.cs b/src/PhotoCollector/WebView2Interop.cs
index 3f2ae2e..9703da9 100644
--- a/src/PhotoCollector/WebView2Interop.cs
+++ b/src/PhotoCollector/WebView2Interop.cs
@@ -15,5 +15,10 @@ namespace PhotoCollector
}
return null;
}
+
+ public string GetAppPath()
+ {
+ return AppContext.BaseDirectory;
+ }
}
}
\ No newline at end of file
diff --git a/src/WebApiTestServer/wwwroot/index.html b/src/WebApiTestServer/wwwroot/index.html
index 624e045..04b26a2 100644
--- a/src/WebApiTestServer/wwwroot/index.html
+++ b/src/WebApiTestServer/wwwroot/index.html
@@ -86,7 +86,7 @@