From 92b7386e57310a2930da1fab65d8da0795f01bdc Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 13 May 2018 14:49:50 +0200 Subject: [PATCH] Third time's the charm. --- package_release_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)