diff --git a/libNOM.io/Platform.cs b/libNOM.io/Platform.cs index c78e806..490550c 100644 --- a/libNOM.io/Platform.cs +++ b/libNOM.io/Platform.cs @@ -1197,7 +1197,7 @@ public void Backup(Container container) var path = Path.Combine(Settings.Backup, name); Directory.CreateDirectory(Settings.Backup); - using (var zipArchive = ZipFile.Open(path, ZipArchiveMode.Update)) + using (var zipArchive = ZipFile.Open(path, ZipArchiveMode.Create)) { _ = zipArchive.CreateEntryFromFile(container.DataFile.FullName, "data"); if (container.MetaFile?.Exists == true) diff --git a/libNOM.io/Properties/Resources.Designer.cs b/libNOM.io/Properties/Resources.Designer.cs index eac8f3b..e22868d 100644 --- a/libNOM.io/Properties/Resources.Designer.cs +++ b/libNOM.io/Properties/Resources.Designer.cs @@ -61,7 +61,7 @@ internal Resources() { } /// - /// Looks up a localized string similar to #{STEAM_API_KEY}#. + /// Looks up a localized string similar to {{ secrets.STEAM_API_KEY }}. /// internal static string STEAM_API_KEY { get { diff --git a/libNOM.io/Properties/Resources.resx b/libNOM.io/Properties/Resources.resx index a03fe4c..f396819 100644 --- a/libNOM.io/Properties/Resources.resx +++ b/libNOM.io/Properties/Resources.resx @@ -1,4 +1,4 @@ - +