mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 01:16:46 -04:00
fix windows app data path generation
This commit is contained in:
parent
b8a0e74434
commit
111253e65f
@ -80,7 +80,7 @@ public class Minosoft {
|
||||
path += ".local/share/minosoft/";
|
||||
break;
|
||||
case WINDOWS:
|
||||
path = "AppData/Roaming/Minosoft/";
|
||||
path += "AppData/Roaming/Minosoft/";
|
||||
break;
|
||||
//ToDo: Mac, Other
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user