Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crash5 committed Sep 30, 2024
1 parent 8248691 commit 0dd4214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ tools/mo src/INFO.mustache > "${TEMPORARY_WORK_DIR}"/INFO
cp src/search.php "${TEMPORARY_WORK_DIR}"/

mkdir -p "${OUTPUT_PATH}"
tar -czf "${OUTPUT_PATH}"/${RELEASE_FILE_NAME} --mode a=r,g=r,o=r --owner=0 --group=0 -C "${TEMPORARY_WORK_DIR}" ./
tar -czf "${OUTPUT_PATH}"/${RELEASE_FILE_NAME} --mode a=r,u+w,a+X -C "${TEMPORARY_WORK_DIR}" ./

rm -rf "${TEMPORARY_WORK_DIR}"

0 comments on commit 0dd4214

Please sign in to comment.