From 745efb1dd8eb82f31ba9201a79cdfc5bcaf1f5d1 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Thu, 4 May 2023 03:17:33 +1000 Subject: [PATCH] Fix typo in release package script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes e0e5a68c5 worked in CI ¯\_(ツ)_/¯ --- Dist/Package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \