File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mode/src/processing/mode/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public void actionPerformed(ActionEvent e) {
149149 }
150150 });
151151
152- return buildFileMenu (new JMenuItem [] { exportBundle , exportProject });
152+ return buildFileMenu (new JMenuItem [] {exportPackage , exportBundle , exportProject });
153153 }
154154
155155
@@ -544,7 +544,7 @@ public void startExportPackage(final String keyStorePassword) {
544544 new Thread () {
545545 public void run () {
546546 startIndeterminate ();
547- statusNotice (AndroidMode .getTextString ("android_editor.status.exporting_bundle " ));
547+ statusNotice (AndroidMode .getTextString ("android_editor.status.exporting_package " ));
548548 AndroidBuild build = new AndroidBuild (sketch , androidMode , appComponent );
549549 try {
550550 File projectFolder = build .exportPackage (keyStorePassword );
You can’t perform that action at this time.
0 commit comments