Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineguilbert committed Jan 9, 2021
1 parent f0f6bb2 commit 6f12a7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 84 deletions.
29 changes: 0 additions & 29 deletions .travis.yml

This file was deleted.

50 changes: 0 additions & 50 deletions appveyor.yml

This file was deleted.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
"description": "Just a simple project made with electron JS to show Android Messages from Google in a app with notifications.",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"build": "electron-builder --mac --windows --linux",
"release": "electron-builder --mac --windows --linux --publish always"
"build": "electron-builder --mac --windows",
"release": "electron-builder --mac --windows --publish always"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f12a7e

Please sign in to comment.