We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb7a18 commit b0758f1Copy full SHA for b0758f1
scripts/create_artifactbundle.sh
@@ -36,7 +36,7 @@ create_artifact_bundle() {
36
sed "s/__VERSION__/${VERSION_STRING}/g; s/__NAME__/${NAME}/g" ${INFO_TEMPLATE} > "${ARTIFACT_BUNDLE_NAME}/info.json"
37
38
cp -f ".build/apple/Products/Release/${PRODUCT_NAME}" "${ARTIFACT_BUNDLE_BIN_PATH}"
39
-# cp -f LICENSE "${ARTIFACT_BUNDLE_NAME}"
+ cp -f LICENSE "${ARTIFACT_BUNDLE_NAME}"
40
41
mv "${ARTIFACT_BUNDLE_BIN_PATH}/${PRODUCT_NAME}" "${ARTIFACT_BUNDLE_BIN_PATH}/${NAME}"
42
}
0 commit comments