diff --git a/package_release_build.py b/package_release_build.py index b0b1aed19c..0f298dded5 100755 --- a/package_release_build.py +++ b/package_release_build.py @@ -184,7 +184,7 @@ def build_macos(): copy_dir_into_zip(p("engine", "bin", "Client"), p(contents, "bin", "Client"), client_zip) # Copy all resources into /Space Station 14.app/Contents/bin/Client/Resources. - copy_resources(p(contents, "Client", "Resources"), client_zip, server=False) + copy_resources(p(contents, "bin", "Client", "Resources"), client_zip, server=False) client_zip.close() print(Fore.GREEN + "Packaging macOS amd64 server..." + Style.RESET_ALL)