Skip to content

Commit 745efb1

Browse files
YoshiRulzvadosnaprimer
authored andcommitted
Fix typo in release package script
fixes e0e5a68 worked in CI ¯\_(ツ)_/¯
1 parent 39d09b2 commit 745efb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dist/Package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ find "output" -type f \( -wholename "output/EmuHawk.exe" -o -wholename "output/D
99
-exec install -D -m644 "{}" "packaged_{}" \;
1010
cd "$targetDir"
1111
mkdir "Firmware"
12-
if [ "$1" == "windows-x64" ]; then
12+
if [ "$1" = "windows-x64" ]; then
1313
rm -f "EmuHawkMono.sh"
1414
cd "dll"
1515
rm -f "OpenTK.dll.config" \

0 commit comments

Comments
 (0)