Compare commits

..

2 Commits

Author SHA1 Message Date
3c2ac97134 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
2024-05-13 11:41:36 +02:00
david
c102bbe57c Printing warp-packer logs for testing
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-13 11:39:14 +02:00

2
warp4j
View File

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