Skip to content

Commit a9a889a

Browse files
bobsummerwillclaude
andcommitted
Fix missing run-mine.sh in macOS 1.4.0 bundle
The mining script wasn't being copied when files extracted directly to the temp directory. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 54a769d commit a9a889a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resurrection/generate-geth-1.4.0-macos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ if [ "$geth_dir" = "$tmp" ]; then
116116
mv "$tmp/geth" "$tmp/$bundle_name/" 2>/dev/null || true
117117
mv "$tmp/data" "$tmp/$bundle_name/" 2>/dev/null || true
118118
mv "$tmp/run.sh" "$tmp/$bundle_name/" 2>/dev/null || true
119+
mv "$tmp/run-mine.sh" "$tmp/$bundle_name/" 2>/dev/null || true
119120
mv "$tmp/README.txt" "$tmp/$bundle_name/" 2>/dev/null || true
120121
else
121122
# Rename the extracted directory

0 commit comments

Comments
 (0)