fix windows app data path generation

This commit is contained in:
bixilon 2020-06-09 21:39:33 +02:00
parent b8a0e74434
commit 111253e65f
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -80,7 +80,7 @@ public class Minosoft {
path += ".local/share/minosoft/"; path += ".local/share/minosoft/";
break; break;
case WINDOWS: case WINDOWS:
path = "AppData/Roaming/Minosoft/"; path += "AppData/Roaming/Minosoft/";
break; break;
//ToDo: Mac, Other //ToDo: Mac, Other
} }