We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d09b2 commit 745efb1Copy full SHA for 745efb1
Dist/Package.sh
@@ -9,7 +9,7 @@ find "output" -type f \( -wholename "output/EmuHawk.exe" -o -wholename "output/D
9
-exec install -D -m644 "{}" "packaged_{}" \;
10
cd "$targetDir"
11
mkdir "Firmware"
12
-if [ "$1" == "windows-x64" ]; then
+if [ "$1" = "windows-x64" ]; then
13
rm -f "EmuHawkMono.sh"
14
cd "dll"
15
rm -f "OpenTK.dll.config" \
0 commit comments