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) {
149
149
}
150
150
});
151
151
152
- return buildFileMenu (new JMenuItem [] { exportBundle , exportProject });
152
+ return buildFileMenu (new JMenuItem [] {exportPackage , exportBundle , exportProject });
153
153
}
154
154
155
155
@@ -544,7 +544,7 @@ public void startExportPackage(final String keyStorePassword) {
544
544
new Thread () {
545
545
public void run () {
546
546
startIndeterminate ();
547
- statusNotice (AndroidMode .getTextString ("android_editor.status.exporting_bundle " ));
547
+ statusNotice (AndroidMode .getTextString ("android_editor.status.exporting_package " ));
548
548
AndroidBuild build = new AndroidBuild (sketch , androidMode , appComponent );
549
549
try {
550
550
File projectFolder = build .exportPackage (keyStorePassword );
You can’t perform that action at this time.
0 commit comments