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 12ad976 commit e38feedCopy full SHA for e38feed
scripts/make-package.sh
@@ -16,6 +16,6 @@ ln ${BIN} ../../${PACKAGE_NAME} && \
16
cd ../.. && \
17
ln wasm/*.*.wasm wasm/checksums.json ${PACKAGE_NAME}/wasm && \
18
ln LICENSE ${PACKAGE_NAME} && \
19
-cargo about generate about.hbs --output-file ${PACKAGE_NAME}/LICENSE.thirdparty && \
+cargo about generate about.hbs --fail --output-file ${PACKAGE_NAME}/LICENSE.thirdparty && \
20
tar -c -z -f ${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} && \
21
rm -rf ${PACKAGE_NAME}
0 commit comments