From 86605184252b4b7a085de52836038107bdf81f04 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Sun, 21 Apr 2019 03:33:30 -0700 Subject: [PATCH] Fix an embarrassing typo --- make-oneshot-mac.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-oneshot-mac.command b/make-oneshot-mac.command index 5dd62c3..881cb1e 100755 --- a/make-oneshot-mac.command +++ b/make-oneshot-mac.command @@ -57,7 +57,7 @@ fi cp steamshim_parent/steamshim ./OneShot.app/Contents/Resources/steamshim # cp patches/mac/libsteam_api.dylib ./OneShot.app/Contents/Libraries/libsteam_api.dylib -cp -f journal/unic/macOS/Python dist/_______.app/Contents/MacOS/Python +cp -f journal/unix/macOS/Python dist/_______.app/Contents/MacOS/Python install_name_tool -change @loader_path/libsteam_api.dylib "$( cd "$(dirname "$0")" ; pwd -P )"/steamworks/redistributable_bin/osx32/libsteam_api.dylib ./OneShot.app/Contents/Resources/steamshim cmake -P patches/mac/CompleteBundle.cmake cp assets/icon.icns ./OneShot.app/Contents/Resources/icon.icns