Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Updated to v0.9.5-1
Browse files Browse the repository at this point in the history
This includes a fix to the get_prerequisites where 32 bit was always downloaded
This includes the removal of node_modules as some of these modules require a local architecture build/binding
  • Loading branch information
Quacky2200 committed Sep 6, 2016
1 parent 43c064a commit 4973c9d
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 273 deletions.
2 changes: 1 addition & 1 deletion get_prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ case $bits in
electron_download_link="https://github.com/electron/electron/releases/download/v1.3.4/electron-v1.3.4-linux-ia32.zip"
;;
"x86_64")
node_download_link="https://nodejs.org/dist/v6.5.0/node-v6.5.0-linux-x86.tar.xz"
node_download_link="https://nodejs.org/dist/v6.5.0/node-v6.5.0-linux-x64.tar.xz"
electron_download_link="https://github.com/electron/electron/releases/download/v1.3.4/electron-v1.3.4-linux-x64.zip"
;;
*)
Expand Down
4 changes: 2 additions & 2 deletions make_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ electron_download_link=""
debarch=""
flasharch=""
app="spotifywebplayer"
version="0.9.4"
version="0.9.5-1"
author="Matthew James"
email="[email protected]"
app_path="/usr/bin/$app"
Expand All @@ -21,7 +21,7 @@ description="Music for every moment. Spotify is a digital music service that giv
launcher="[Desktop Entry]
Name=Spotify Web Player
Comment=
Version=0.8.19
Version=$version
Exec=bash /usr/bin/$app/$app
Path=/usr/bin/$app
Icon=spotify-web-player
Expand Down
2 changes: 0 additions & 2 deletions node_modules/electron-cookies/.npmignore

This file was deleted.

36 changes: 0 additions & 36 deletions node_modules/electron-cookies/Gruntfile.coffee

This file was deleted.

31 changes: 0 additions & 31 deletions node_modules/electron-cookies/README.md

This file was deleted.

86 changes: 0 additions & 86 deletions node_modules/electron-cookies/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions node_modules/electron-cookies/spec/electron_cookies_spec.coffee

This file was deleted.

42 changes: 0 additions & 42 deletions node_modules/electron-cookies/src/index.coffee

This file was deleted.

53 changes: 0 additions & 53 deletions node_modules/electron-cookies/src/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spotifywebplayer",
"productName": "Spotify Web Player",
"version": "0.9.4",
"version": "0.9.5-1",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 4973c9d

Please sign in to comment.