mirror of
https://github.com/WinDurango/WinDurango.UI.git
synced 2026-01-31 00:55:24 +01:00
change "emtpy" json from {} to [].
This commit is contained in:
@@ -39,7 +39,7 @@ namespace WinDurango.UI.Settings
|
||||
if (!File.Exists(filePath))
|
||||
{
|
||||
Logger.WriteInformation("Creating empty InstalledPackages.json");
|
||||
File.WriteAllText(filePath, "{}");
|
||||
File.WriteAllText(filePath, "[]");
|
||||
_installedPackages = [];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user