diff --git a/make-oneshot-mac.command b/make-oneshot-mac.command index af333f5..fe72cd2 100755 --- a/make-oneshot-mac.command +++ b/make-oneshot-mac.command @@ -27,10 +27,9 @@ if [[ $use_qmake == True ]] make -j${make_threads} echo "-> ${cyan}Compile steamshim...${color_reset}" cd steamshim_parent - mkdir build && cd build - cmake .. - make -j${make_threads} - cd ../.. + # mkdir build && cd build + STEAMWORKS=./steamworks make -j${make_threads} + cd .. # cd ../.. else echo "${bold}WARNING: Conan/CMake method not ready yet.${color_reset}" fi @@ -55,7 +54,7 @@ if [ ! -e $ResourcesDir ] mkdir -p "$ResourcesDir" fi -cp steamshim_parent/build/steamshim ./OneShot.app/Contents/Resources/steamshim +cp steamshim_parent/steamshim ./OneShot.app/Contents/Resources/steamshim cp patches/mac/libsteam_api.dylib ./OneShot.app/Contents/Libraries/libsteam_api.dylib cmake -P patches/mac/CompleteBundle.cmake cp assets/icon.icns ./OneShot.app/Contents/Resources/icon.icns