Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Durtur committed Apr 17, 2021
1 parent 274788a commit c661b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ document.addEventListener("DOMContentLoaded", function () {

});
//DEBUG AND TESTING
designTimeAndDebug();
// designTimeAndDebug();
});

function designTimeAndDebug() {
Expand Down
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ productName: "Dungeoneer"
appId: "is.simonorn.dungeoneer"

# Package electron code into a asar archive. Set to false to debug issues.
asar: true
asar: false


# Windows configuration
Expand Down

0 comments on commit c661b12

Please sign in to comment.