Skip to content

Instantly share code, notes, and snippets.

@vhd
vhd / FS22_M1_patch.sh
Last active November 24, 2021 23:29
Patch for Steam version of Farming Simulator 22 on Apple M1
#!/bin/bash
FS22PATH=~/Library/Application\ Support/Steam/steamapps/common/Farming\ Simulator\ 22/Farming\ Simulator\ 2022.app/Contents/MacOS
FILE1=${FS22PATH}/FarmingSimulator2022Game
FILE2=${FS22PATH}/FarmingSimulator2022Game_
FILE_ESC=$(printf %q "$FILE2")
IS_SCRIPT=$(file "$FILE1" | grep "POSIX shell script")
IS_BINARY=$(file "$FILE1" | grep "universal binary")