Skip to content

Commit

Permalink
Improve support for unnatural install.rdf formats
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Jul 20, 2021
1 parent c718214 commit 815e6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function patchAndInstall(win, srcFile) {
instData = instData.replace("%compatDataA%", compatData);
compatData = compatData.replace(/em:/gi, "");
instData = instData.replace("%compatDataB%", compatData);
instData = instData.replace(/\{ec8030f7\-c20a\-464f\-9b0e\-13a3a9e97384\}/gi, "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}");
instData += "\n\n<?original data:\n" + origInst.replace(/<\?.+?\?>/g,"") +
"\nThis Add-on has been modified by Moon Tester Tool - https://github.com/JustOff/moon-tester-tool\n\n?>";

Expand Down

1 comment on commit 815e6d2

@JustOff
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tag #13.

Please sign in to comment.