diff --git a/Dist/Package.sh b/Dist/Package.sh index 88803cd64d4..6234d0e98da 100755 --- a/Dist/Package.sh +++ b/Dist/Package.sh @@ -9,7 +9,7 @@ find "output" -type f \( -wholename "output/EmuHawk.exe" -o -wholename "output/D -exec install -D -m644 "{}" "packaged_{}" \; cd "$targetDir" mkdir "Firmware" -if [ "$1" == "windows-x64" ]; then +if [ "$1" = "windows-x64" ]; then rm -f "EmuHawkMono.sh" cd "dll" rm -f "OpenTK.dll.config" \