mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 19:35:37 +01:00
Pushing v1.2.2 to the update site. Dependency cleanup and unused code removal.
This commit is contained in:
@@ -164,9 +164,8 @@ public class ExportAsAppletWizard extends Wizard implements IExportWizard {
|
||||
} catch (CoreException e) {
|
||||
// This will happen when the copy fails, which we expect if there is no
|
||||
// image file. It isn't worth reporting.
|
||||
File resourceFolder = ProcessingCore.getProcessingCore().getPluginResourceFolder();
|
||||
try {
|
||||
File exportResourcesFolder = new File(resourceFolder, "export");
|
||||
File exportResourcesFolder = new File(ProcessingCore.getProcessingCore().getPluginResourceFolder().getCanonicalPath(), "export");
|
||||
File loadingImageCoreResource = new File(exportResourcesFolder, LOADING_IMAGE);
|
||||
Utilities.copyFile(loadingImageCoreResource, new File(exportFolder.getFullPath().toString(), LOADING_IMAGE));
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user