Can I install Whisky on an external disk? #477
-
I want to install the Whisky App and the bottles to my external SSD, but I don't quite sure whether the app supports it or not. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can do symlinks: For example: Create symlink: ln -sf /path/to/external/drive/Whisky ~/Library/Containers/com.isaacmarovitz.Whisky If you're unsure about exact path on external drive or you're new to Terminal: This will store Whisky's content on external drive. That's the temporal solution, my advice is to opening an issue with Feature Request: |
Beta Was this translation helpful? Give feedback.
You can do symlinks:
For example:
Install Whisky, then run it,
Create folder Whisky on external drive,
Create symlink:
ln -sf /path/to/external/drive/Whisky ~/Library/Containers/com.isaacmarovitz.Whisky
If you're unsure about exact path on external drive or you're new to Terminal:
Open Finder and go to Whisky folder in desired location,
Press
Option
+Command
+P
and on the bottom you will see path where you're located,Right-click,
Copy "Whisky" as pathname
and replace with/path/to/external/drive/Whisky
in my example.This will store Whisky's content on external drive.
App can be left in
/Applications
as it's small.That's the temporal solution, my advice is to opening an issue with Fea…