mirror of
https://git.shazbot.fr/shazbot/Utils.git
synced 2026-01-12 13:10:59 +01:00
Fix git package updater
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Agoxandr.Utils
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
[MenuItem("Window/Package Manager/Update Git Packages", false, 1000)]
|
||||
[MenuItem("Assets/Update Git Packages", false, 1000)]
|
||||
private static void UpdateGitPackages()
|
||||
{
|
||||
var lines = File.ReadAllLines(ManifestPath);
|
||||
|
||||
Reference in New Issue
Block a user