Update links script

This commit is contained in:
2026-03-11 18:16:26 +01:00
parent 1b1efbce6d
commit 9b5cea7372
2 changed files with 17 additions and 8 deletions

17
make_links Normal file → Executable file
View File

@@ -1,8 +1,9 @@
ln -s ILSpy -> /Applications/ILSpy.app/Contents/MacOS/ILSpy
ln -s Libs -> /Users/bakje.coffee/Library/Application Support/Steam/steamapps/common/OxygenNotIncluded/OxygenNotIncluded.app/Contents/Resources/Data/Managed/
ln -s Logs -> /Users/bakje.coffee/Library/Logs/Klei/Oxygen Not Included
ln -s OxygenNotIncluded -> /Users/bakje.coffee/Library/Application Support/Steam/steamapps/common/OxygenNotIncluded
ln -s OxygenNotIncludedData -> /Users/bakje.coffee/Library/Application Support/unity.Klei.Oxygen Not Included/
# 0 drwxr-xr-x 3093 bakje.coffee staff 98976 28 Dec 00:09 reference
# 0 drwxr-xr-x 3 bakje.coffee staff 96 28 Dec 11:09 reference-OtherMods
# 0 drwxr-xr-x 385 bakje.coffee staff 12320 28 Dec 10:41 reference-firstpass
#!/bin/bash
APP=~/.local/share/Steam/steamapps/common/OxygenNotIncluded
SAVE="~/.config/unity3d/Klei/Oxygen Not Included"
set -ex
ln -sf "$APP/OxygenNotIncluded_Data/Managed" Libs
ln -sf "$APP" OxygenNotIncluded
ln -sf "$SAVE" OxygenNotIncludedData