mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
shrink release pkg, fix app directory resolution
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
1
|
||||
1.1
|
||||
@@ -65,7 +65,7 @@ public static class Utils
|
||||
if (_ffmpegAvailable == null)
|
||||
{
|
||||
var testVidPath = Path.Combine(
|
||||
Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)!,
|
||||
AppContext.BaseDirectory,
|
||||
"ic.mp4"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user