linux commit

This commit is contained in:
chonghe
2023-10-18 21:02:20 +08:00
parent ba9fb7219c
commit 8527df3a60
3 changed files with 3 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ write_to_file() {
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
# remove .exe when using Windows
sed -i -e 's/\.exe//g' "$file"
#sed -i -e 's/\.exe//g' "$file"
}
# Check if a lighthouse binary exists in the current branch.