Skip to content

Commit

Permalink
Package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclip5eLP committed Feb 1, 2020
1 parent 95e04be commit ab9094d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ testem.log
.DS_Store
Thumbs.db
build.bat
electron-builder.yml
electron-builder.yml
CiphrixaV2-win32-x64
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"description": "Ciphrixa Encryption",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always"
"start": "electron ."
},
"author": "Eclip5e",
"license": "MIT",
Expand All @@ -15,9 +13,5 @@
"electron": "^7.1.11",
"electron-builder": "^22.3.2",
"electron-updater": "^4.2.0"
},
"repository": {
"type" : "git",
"url" : "https://github.com/Eclip5eLP/CiphrixaV2.git"
},
}
}

0 comments on commit ab9094d

Please sign in to comment.