Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniHRE authored Mar 30, 2022
1 parent a357775 commit 9093dee
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 @@ -23,7 +23,7 @@
var dosbox = new Dosbox({
id: "dosbox",
onload: function (dosbox) {
dosbox.run("./roms/ultimate-doom.zip", "./UltDoom/DOOM.EXE");
dosbox.run("/jsdoom/roms/ultimate-doom.zip", "./UltDoom/DOOM.EXE");
},
onrun: function (dosbox, app) {
console.log("App '" + app + "' is runned");
Expand Down

0 comments on commit 9093dee

Please sign in to comment.