Skip to content

Commit

Permalink
- Fixed unknown location problem during royale-config file patch-fix …
Browse files Browse the repository at this point in the history
…(reference #22)
  • Loading branch information
rat-moonshine committed Feb 19, 2020
1 parent 23083bb commit abbe964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoonshineSDKInstaller/src/components/HelperInstaller.mxml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
var fileToPatch:File = (new File(itemDownloading.installToPath)).resolvePath("royale-asjs/frameworks/royale-config.xml");
if (fileToPatch.exists)
{
var fileToPatchWith:File = File.applicationDirectory.resolvePath("assets/royale-config.xml");
var fileToPatchWith:File = File.applicationDirectory.resolvePath("images/royale-config.xml");
FileUtils.copyFile(fileToPatchWith, fileToPatch, true);
}
}, 1000);
Expand Down

0 comments on commit abbe964

Please sign in to comment.