diff --git a/Kyoo.sln b/Kyoo.sln index 186d2b0d..d11b3041 100644 --- a/Kyoo.sln +++ b/Kyoo.sln @@ -1,5 +1,4 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kyoo", "Kyoo\Kyoo.csproj", "{0F8275B6-C7DD-42DF-A168-755C81B1C329}" EndProject Global diff --git a/Kyoo/InternalAPI/Transcoder/TranscoderAPI.cs b/Kyoo/InternalAPI/Transcoder/TranscoderAPI.cs index e2a66594..27c13f31 100644 --- a/Kyoo/InternalAPI/Transcoder/TranscoderAPI.cs +++ b/Kyoo/InternalAPI/Transcoder/TranscoderAPI.cs @@ -9,7 +9,7 @@ namespace Kyoo.InternalAPI.TranscoderLink { public static class TranscoderAPI { - private const string TranscoderPath = @"/home/anonymus-raccoon/Projects/Kyoo/transcoder/cmake-build-debug/libtranscoder.so"; + private const string TranscoderPath = "libtranscoder.so"; [DllImport(TranscoderPath, CallingConvention = CallingConvention.Cdecl)] public static extern int init(); diff --git a/kyoo.sh b/kyoo.sh new file mode 100644 index 00000000..bb2c0391 --- /dev/null +++ b/kyoo.sh @@ -0,0 +1,4 @@ +#!/usr/bin/bash + +cd /opt/kyoo +dotnet Kyoo.dll