Oh, there’s ample room for improvements, I only know enough Bash to script some repetitive tasks
I haven’t submitted my scripts yet, as they have been tested by about 2 people as far as I know, and some time ago. They worked for me last time I tried, so maybe I should just submit them
- The Gehn script could be made OS-agnostic by defining $MOULAPATH and $SHARDPATH (the other two in fact are no longer needed) with relative paths. The problem is that I don’t know how to get the part on the left of “*/wineprefix/*”; POL doesn’t seem to define a variable for that. Then again, normally there are only two alternatives, as installing prefixes outside “$HOME/.PlayOnLinux/” or “$HOME/Library/PlayOnMac/” is only possible through symlinks.
- It might be nice to add a prompt for an existing folder, so that the mystonline prefix wouldn’t be required, though it looks like POL_SetupWindow_browse only accepts files.
- I think I found out how to setup exe arguments, if it works I can add the repair mode too!