Skip to content

Commit

Permalink
Let's try LINUX.
Browse files Browse the repository at this point in the history
  • Loading branch information
snaildos committed Mar 31, 2021
1 parent ffdd3db commit ef649eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SnailFM",
"version": "1.0.7",
"version": "1.0.8",
"description": "SnailFM-Application is a application too view SnailFM.",
"main": "main.js",
"repository": {
Expand All @@ -10,8 +10,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always"
"build": "electron-builder build --win --linux --publish never",
"deploy": "electron-builder build --win --linux --publish always"
},
"author": "SnailDOS",
"license": "ISC",
Expand Down

0 comments on commit ef649eb

Please sign in to comment.