Skip to content

Commit

Permalink
added a update. yay.
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildos committed Jan 11, 2021
1 parent bfb779d commit 064211d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
margin: 0;
padding: 20px;
font-family: sans-serif;
background-color: #eaeaea;
background-color: #ffffff;
text-align: center;
}
#notification {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "SnailFM",
"version": "1.0.0",
"description": "",
"version": "1.0.1",
"description": "SnailFM is a radio station.",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/johndyer24/electron-auto-update-example.git"
"url": "https://github.com/snaildos/SnailFM-Application.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-builder build --mac --win --publish never",
"deploy": "electron-builder build --mac --win --publish always"
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always"
},
"author": "",
"author": "SnailDOS",
"license": "ISC",
"devDependencies": {
"electron": "^5.0.1",
Expand Down

0 comments on commit 064211d

Please sign in to comment.