Skip to content

Commit

Permalink
Fix typo in release package script
Browse files Browse the repository at this point in the history
fixes e0e5a68
worked in CI ¯\_(ツ)_/¯
  • Loading branch information
YoshiRulz authored and vadosnaprimer committed May 3, 2023
1 parent 39d09b2 commit 745efb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dist/Package.sh
Expand Up @@ -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" \
Expand Down

0 comments on commit 745efb1

Please sign in to comment.