Skip to content

Commit a4cc8f8

Browse files
committed
[modify] menu name
1 parent 7e0a2a8 commit a4cc8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Editor/ExportPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class ExportPackage
1111
private const string ReadMe = "README.md";
1212
private const string License = "LICENSE";
1313

14-
[MenuItem("Assets/Export SocialGameTemplete")]
14+
[MenuItem("Assets/Export MemoryInfoPlugin")]
1515
private static void Export()
1616
{
1717
string readmePath = Path.Combine(Application.dataPath, "Plugins/MemoryInfoPlugin", ReadMe);

0 commit comments

Comments
 (0)