Fixes 'bin' path for macOS and Linux

This commit is contained in:
Dmitry Vedenko 2023-05-02 11:52:20 +03:00
parent b4bcd6c6df
commit a79ab34704
No known key found for this signature in database
GPG Key ID: F4C37A6204F983A2
3 changed files with 3 additions and 3 deletions

2
dist/build/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -268,7 +268,7 @@ async function splitDepsDebugSymbols(extension, splitter, performUpload) {
}
async function splitAudacityDebugSymbols(buildDir, buildType, extension, splitter, performUpload) {
const binDir = path.join(buildDir, 'bin', buildType);
const binDir = path.join(buildDir, buildType);
// Find all executable files, that
// do not have an extesion