Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AiGptCode authored May 19, 2024
1 parent 52fe16a commit aca874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h1>Configuration Profile Generator</h1>
const url = URL.createObjectURL(blob);
const a = document.createElement('a');
a.href = url;
a.download = 'config.plist';
a.download = 'config.mobileconfig';
a.click();
function serializeObject(obj) {
Expand Down

0 comments on commit aca874a

Please sign in to comment.