Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kiedtl/roguelike
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed May 1, 2024
2 parents 8837ee4 + 736abe7 commit 93ab0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-dists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ mktarball() {

cp -r data ${pkgname}
#cp -r doc ${pkgname}
cp -r run.sh ${pkgname}

if [ ${1} = "windows" ]; then
cp -r zig-out/bin/rl.exe ${pkgname}
Expand All @@ -30,6 +29,7 @@ mktarball() {
cp -r zig-out/bin/SDL2.dll ${pkgname}
cp -r zig-out/bin/zlib1.dll ${pkgname}
else
cp -r run.sh ${pkgname}
cp -r zig-out/bin/rl ${pkgname}
fi

Expand Down

0 comments on commit 93ab0d4

Please sign in to comment.