Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Feb 4, 2023
1 parent 5bb7a18 commit b0758f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_artifactbundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ create_artifact_bundle() {
sed "s/__VERSION__/${VERSION_STRING}/g; s/__NAME__/${NAME}/g" ${INFO_TEMPLATE} > "${ARTIFACT_BUNDLE_NAME}/info.json"

cp -f ".build/apple/Products/Release/${PRODUCT_NAME}" "${ARTIFACT_BUNDLE_BIN_PATH}"
# cp -f LICENSE "${ARTIFACT_BUNDLE_NAME}"
cp -f LICENSE "${ARTIFACT_BUNDLE_NAME}"

mv "${ARTIFACT_BUNDLE_BIN_PATH}/${PRODUCT_NAME}" "${ARTIFACT_BUNDLE_BIN_PATH}/${NAME}"
}
Expand Down

0 comments on commit b0758f1

Please sign in to comment.