Merge pull request 'Printing warp-packer logs for testing' (#11) from feature/enabling_warp_packer_logs_for_testing into develop
All checks were successful
continuous-integration/drone Build is passing

Reviewed-on: #11
This commit is contained in:
David 2024-05-13 11:41:36 +02:00
commit 3c2ac97134

2
warp4j
View File

@ -742,7 +742,7 @@ function warp_targets() {
--input_dir "$BUNDLES_PATH/$LIN" \
--exec "$LAUNCHER_NAME.sh" \
--output "$WARPED_TEMP_PATH/$LIN/$APP_NAME" \
&> /dev/null
>&2
fail_if $? "Failed to warp for $LIN"
echo "Archiving for $LIN..."
tar -C "$WARPED_TEMP_PATH/$LIN" -czf "$WARPED_TEMP_PATH/$APP_NAME-$LIN-x64.tar.gz" "$APP_NAME"