Skip to content

Commit

Permalink
Merge pull request #4236 from anoma/tomas/win-package
Browse files Browse the repository at this point in the history
fix make-package.sh to work on windows
  • Loading branch information
mergify[bot] authored Jan 15, 2025
2 parents c0b9f68 + 5e86826 commit 8bdbfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ln ${BIN} ../../${PACKAGE_NAME} && \
cd ../.. && \
ln wasm/*.*.wasm wasm/checksums.json ${PACKAGE_NAME}/wasm && \
ln LICENSE ${PACKAGE_NAME} && \
cargo about generate about.hbs > ${PACKAGE_NAME}/LICENSE.thirdparty && \
cargo about generate about.hbs --output-fle ${PACKAGE_NAME}/LICENSE.thirdparty && \
tar -c -z -f ${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} && \
rm -rf ${PACKAGE_NAME}

0 comments on commit 8bdbfdc

Please sign in to comment.