Skip to content

Commit

Permalink
Fix package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viti95 committed Jan 17, 2025
1 parent 35943fd commit 2490487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cp EXE/* PKG
versionstring=$(grep "#define FDOOMVERSION" FASTDOOM/version.h)
version=$(echo "$versionstring" | awk -F'"' '{print $2}')

rm FastDoom_$version.zip
rm -f FastDoom_$version.zip

cd PKG

Expand Down

0 comments on commit 2490487

Please sign in to comment.