Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/chuzz/build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resources_dir="$contents_dir/Resources"

cd "$repo_dir"
# shellcheck disable=SC2086
cargo build -p chuzz-gui $cargo_args
cargo build -p chuzz --bin chuzz-gui $cargo_args

# Removed rather than overwritten: a stale file left inside Contents from an
# earlier layout would be signed along with everything else and shipped.
Expand Down
2 changes: 1 addition & 1 deletion apps/chuzz/icons/build-icon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ trap 'rm -rf "$work_dir"' EXIT

cd "$repo_dir"
CHUZZ_CAPTURE_WIDTH=1024 CHUZZ_CAPTURE_HEIGHT=1024 \
cargo run -q -p chuzz-gui --features capture -- \
cargo run -q -p chuzz --bin chuzz-gui --features capture -- \
--capture "$work_dir/icon-1024.png" "file://$script_dir/icon.html"

iconset="$work_dir/icon.iconset"
Expand Down
Loading