Skip to content

Commit

Permalink
Part of TTLApp#1117: Fix broken create_windows_installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal committed Jan 8, 2025
1 parent 94be239 commit 2e98fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "npm-run-all test:*",
"test:mocha": "c8 -o ./coverage_mocha -- mocha",
"test:electron-mocha": "c8 electron-mocha",
"setup:win": "node scripts/create_windows_installer.js"
"setup:win": "node scripts/create_windows_installer.cjs"
},
"license": "GPL-3.0",
"devDependencies": {
Expand Down
File renamed without changes.

0 comments on commit 2e98fff

Please sign in to comment.