qsniyg / ksp_stuff

GNU General Public License v3.0
9 stars 4 forks source link

Copy .exes instead of symlinking them #5

Closed qsniyg closed 5 years ago

qsniyg commented 5 years ago

Wine can't run symlinked exes, so they must be copied. I guess they could be hard linked as well, but then we run into the possible separate drives issue.

If optional hardlink support is later added (#7), then this should probably be replaced to a hard link in those cases.