You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#433, #434, and #435 use the current OS to determine which scripts to copy. This works in CI since we build each version on the appropriate OS. However, the installer supports cross platform building, so this doesn't work in that case.
Perhaps a better solution would be to test if the files exist, and then do the copy if they do, since scripts/tools.gradle does work properly for cross builds and only makes available the right files.
The text was updated successfully, but these errors were encountered:
#433, #434, and #435 use the current OS to determine which scripts to copy. This works in CI since we build each version on the appropriate OS. However, the installer supports cross platform building, so this doesn't work in that case.
Perhaps a better solution would be to test if the files exist, and then do the copy if they do, since scripts/tools.gradle does work properly for cross builds and only makes available the right files.
The text was updated successfully, but these errors were encountered: