File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Assets/PatchKit Patcher/Editor Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ private static void SaveTestManifest(Manifest manifest)
1717 File . WriteAllText ( targetLocation , JsonConvert . SerializeObject ( manifest , Formatting . Indented ) ) ;
1818 }
1919
20- [ MenuItem ( "Tools/PatchKit Patcher/Manifest/Windows" ) ]
20+ [ MenuItem ( "Tools/PatchKit Patcher Internal /Manifest/Windows" ) ]
2121 private static void CreateTestManifestWindows ( )
2222 {
2323 SaveTestManifest ( WindowsManifest ( "BUILD_PATH" ) ) ;
2424 }
2525
26- [ MenuItem ( "Tools/PatchKit Patcher/Manifest/Linux" ) ]
26+ [ MenuItem ( "Tools/PatchKit Patcher Internal /Manifest/Linux" ) ]
2727 private static void CreateTestManifestLinux ( )
2828 {
2929 SaveTestManifest ( LinuxManifest ( "BUILD_PATH" ) ) ;
3030 }
3131
32- [ MenuItem ( "Tools/PatchKit Patcher/Manifest/Osx" ) ]
32+ [ MenuItem ( "Tools/PatchKit Patcher Internal /Manifest/Osx" ) ]
3333 private static void CreateTestManifestOsx ( )
3434 {
3535 SaveTestManifest ( OsxManifest ( "BUILD_PATH" ) ) ;
@@ -143,4 +143,4 @@ private static Manifest OsxManifest(string buildPath)
143143 } ;
144144 }
145145 }
146- }
146+ }
You can’t perform that action at this time.
0 commit comments