Skip to content

Commit

Permalink
fix: 🐛 Spell the filename correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamEnderKing committed May 10, 2024
1 parent 196c029 commit 1767831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/deploy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Downloader d = new Downloader();
d.Cloud.UpdateSecret(args[0], args[1]);
d.Data.Config.InstallPath = @"D:\a\mirror\";
d.Data.Config.MD5DataPath = Path.Combine(Config.InstallPath, "hash.json");
d.Data.Config.MD5DataPath = @"D:\a\mirror\hash.json";
d.Log.Partner.Add(Log);
// 每次更新需要更新默认值
d.CurrentVersion = new TVersion();
Expand Down

0 comments on commit 1767831

Please sign in to comment.