aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-06-02 02:04:58 +0200
committerArisotura <thetotalworm@gmail.com>2020-06-02 02:04:58 +0200
commitd38b2d8212c8a7a1a70b9071f03eb21461d6d381 (patch)
treec17cf988eff6deee2804629bae99f55b98b8c48d
parentd6332f96f162849ad0dde2738cacd3fae6e76e5d (diff)
blarg
-rwxr-xr-xmsys-dist.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/msys-dist.sh b/msys-dist.sh
index 01b2ade..87c9d7e 100755
--- a/msys-dist.sh
+++ b/msys-dist.sh
@@ -10,3 +10,5 @@ mkdir -p dist
for lib in $(ldd melonDS.exe | grep mingw | sed "s/.*=> //" | sed "s/(.*)//"); do
cp "${lib}" dist
done
+
+cp melonDS.exe dist \ No newline at end of file