diff --git a/Dll/Bass/BassDlls.csproj b/Dll/Bass/BassDlls.csproj index 21a314e..32be240 100644 --- a/Dll/Bass/BassDlls.csproj +++ b/Dll/Bass/BassDlls.csproj @@ -16,7 +16,7 @@ Always - + %(Filename)%(Extension) Always diff --git a/Dll/BassEnc/BassEncDlls.csproj b/Dll/BassEnc/BassEncDlls.csproj index 62c8c22..ff0ba00 100644 --- a/Dll/BassEnc/BassEncDlls.csproj +++ b/Dll/BassEnc/BassEncDlls.csproj @@ -16,7 +16,7 @@ Always - + %(Filename)%(Extension) Always diff --git a/Publish/publish-osx b/Publish/publish-osx index 14e29be..cc8f23e 100755 --- a/Publish/publish-osx +++ b/Publish/publish-osx @@ -58,7 +58,8 @@ echo "Output = $outPath/$outFile" echo rm -rf "$bundlePath" 2>/dev/null -dotnet publish "$proj2" -r $runtime -c Release --self-contained=true -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false -o "$publishPath" +#dotnet publish "$proj2" -r $runtime -c Release --self-contained=true -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false -o "$publishPath" +dotnet publish "$proj2" -r $runtime -c Release --self-contained=true -p:PublishSingleFile=true -o "$publishPath" find "$publishPath" -maxdepth 1 -type f -name "*.xml" -delete osxApp="$bundlePath/$1.app" diff --git a/Publish/publish-win b/Publish/publish-win index edc176e..4f74571 100755 --- a/Publish/publish-win +++ b/Publish/publish-win @@ -42,7 +42,7 @@ echo "Output = $outPath/$outFile" echo rm -rf "$publishPath" 2>/dev/null -dotnet publish "$proj" -r $runtime -c Release --self-contained=true -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false -o $publishPath +dotnet publish "$proj" -r $runtime -c Release --self-contained=true -p:PublishSingleFile=true -o $publishPath rm "$publishPath/*.xml" # Create ZIP file