Closed dimitargslavchev closed 3 years ago
Wrote it for Windows machines. I used backslash, mostly because that's how I do everything else. That's on me. Will look at soon.
@Tarkalak It should be fixed on the bleeding edge, if you could check for me. Thanks.
Yep, now works.
Epic! Closing.
Version 0.2a beta
When invokng DotModInstaller.py on a linux machine (Ubuntu 20.04) it creates the wrong directory. Log is bellow.
Running the python installer creates the directory
..\MODS\DotMod\ColdWaters_Data
(that is the name of the directory) inside the dotmod directory instead of in the Cold Waters directory.Linux uses
/
instead of\
to delimate directories. As far as I know Windows does accept/
as directory delimiter and will internaly change it to\
, so changing\
to/
in the script should work on both.The .exe installer is fine and works well when ran with wine, though.