Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriles90 committed Sep 4, 2022
1 parent b350f55 commit 81b11f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ Via .deb package:
Via archive and command line (tested on ubuntu 18.04 and 20.04):
1. Download Popcorn Time archive:
* For the **latest release**:
`wget -c https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.8-linux64.zip`
`wget -c https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.9-linux64.zip`
_if eventually you get issue with popcorntime.app website you can try to download from the github repo
`wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.8/Popcorn-Time-0.4.8-linux64.zip`_
`wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.9/Popcorn-Time-0.4.9-linux64.zip`_
2. Create popcorn-time folder in /opt/:
`sudo mkdir /opt/popcorn-time`
3. Install unzip && dependencies (they should not be always required but some users needed them to make Popcorn Time working):
`sudo apt update && sudo apt install unzip libcanberra-gtk-module libgconf-2-4 libatomic1`
4. Extract the zip in /opt/popcorn-time:
`sudo unzip Popcorn-Time-0.4.8-linux64.zip -d /opt/popcorn-time`
`sudo unzip Popcorn-Time-0.4.9-linux64.zip -d /opt/popcorn-time`
5. Create symlink of Popcorn-Time in /usr/bin:
`sudo ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time`
6. Create .desktop file (so the launcher):
Expand Down
2 changes: 1 addition & 1 deletion casks/popcorn-time.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "popcorn-time" do
version "0.4.8"
version "0.4.9"

nwjs = "0.64.0"
arch = "x64"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.4.8",
"releaseName": "Who Crossed the Streams?",
"version": "0.4.9",
"releaseName": "Ogres are not like cakes",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
Expand Down

0 comments on commit 81b11f6

Please sign in to comment.