diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2020-08-11 16:41:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 16:41:38 +0200 |
commit | e217d016a75eda47ee462d71cacbbf586770f6a8 (patch) | |
tree | eb08942365640c285621b34a015733f65aa25f9b /msys-dist.sh | |
parent | f23e782966d108d27403af17d8f0074a01154c29 (diff) | |
parent | 68e310e4ef971b42bb1ab4effd5c49ce1dd58c33 (diff) |
Merge pull request #701 from rzumer/patch-2
Update build process and instructions
Diffstat (limited to 'msys-dist.sh')
-rwxr-xr-x | msys-dist.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/msys-dist.sh b/msys-dist.sh index 87c9d7e..d95a6d3 100755 --- a/msys-dist.sh +++ b/msys-dist.sh @@ -11,4 +11,5 @@ for lib in $(ldd melonDS.exe | grep mingw | sed "s/.*=> //" | sed "s/(.*)//"); d cp "${lib}" dist done -cp melonDS.exe dist
\ No newline at end of file +cp melonDS.exe dist +windeployqt dist |