Quote:
Originally Posted by TJ27
Mark Nord
Thank you? i insert in addons.js (prs+ 2.10a) to section "activate" freecell game
kbook.autoRunRoot.sandbox._icon = a.icon;
kbook.autoRunRoot.sandbox._title = a.title;
kbook.autoRunRoot.sandbox.getFileContent = Core.io.getFileContent;
and freecell work fine.
|
Glad you worked it out!
So you are doing this manually.
Another way should be, to run the modified scripts through the ant-build-script, to generate a new, custom installer.
(See Wiki at the project-page:
BuildingPRSPlus)