Skip to content

Commit

Permalink
Export dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kahst committed Jan 3, 2020
1 parent c8359cb commit 7dc0a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Exports
/birdnet-electron-*
/dist

# Logs
logs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"export": "electron-packager ."
"export": "electron-packager . --out dist --overwrite"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7dc0a82

Please sign in to comment.