Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
remove /scripts/copyApp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Sep 25, 2019
1 parent 69fbf85 commit a240b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "yarn run prepare-release && electron-builder",
"release": "yarn run dist",
"prepare-release": "node ./scripts/copyApp.js"
"dist": "electron-builder",
"release": "yarn run dist"
},
"repository": {
"type": "git",
Expand Down
31 changes: 0 additions & 31 deletions scripts/copyApp.js

This file was deleted.

0 comments on commit a240b61

Please sign in to comment.