diff --git a/VideoPreview.csproj b/VideoPreview.csproj index 04f8017..123c1e4 100644 --- a/VideoPreview.csproj +++ b/VideoPreview.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows8.0 true videopreview Ray Lam @@ -11,7 +11,7 @@ Ray Lam favicon.ico true - 0.1.2.041 + 0.1.3.010 diff --git a/build.bat b/build.bat index f18db46..5e82beb 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ rmdir /s /q "bin\Release\64\" dotnet publish skye.sln -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\64\" -rmdir /s /q "bin\Release\86\" -dotnet publish skye.sln -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\86\" \ No newline at end of file +##rmdir /s /q "bin\Release\86\" +##dotnet publish skye.sln -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:PublishReadyToRunfalse=true /p:PublishDir="bin\Release\86\" \ No newline at end of file