Giter Site home page Giter Site logo

Comments (6)

amilajack avatar amilajack commented on July 28, 2024 1

The proper way of doing this is using travis and appveyor artifacts. Haven't had the time to implement them yet :(

from popcorn-time-desktop.

amilajack avatar amilajack commented on July 28, 2024

Actually I'm thinking of taking down 0.0.6 because it's not finished yet. I uploaded it only for testers. If you want to build it, you can follow these instructions:

git clone https://github.com/amilajack/popcorn-time-desktop.git
cd popcorn-time-desktop

# Checkout the UI Design Implementation Branch
git checkout ui-design-implementation

# Install dependencies
# Have a cup of coffee ☕️ this might take a while
# Remember to `npm rebuild` if necessary
npm install

# Customize Build
# Feel free to enable flags and configs in the `.env` file (this is totally optional)
vi .env

# Developement build
npm run dev

# Production build
npm run package

from popcorn-time-desktop.

karuppiah7890 avatar karuppiah7890 commented on July 28, 2024

Thanks for the info!

I was actually surprised when git actually didn't show me any branch other than master when I did git branch, but looks like it detects them only when I check them out using git checkout branch_name, I think it's because they are cloned from remote repos.

Anyways, I will build it and check it out! 😄

from popcorn-time-desktop.

amilajack avatar amilajack commented on July 28, 2024

The reason why its difficult for me to build for all environments at once is because the app has native deps. Currently I have to manually compile on each machine and upload to github 😢

from popcorn-time-desktop.

karuppiah7890 avatar karuppiah7890 commented on July 28, 2024

Oh. Just get some more people, say moderators, to compile for different machines. Choose the people such that they use that corresponding machine extensively.

from popcorn-time-desktop.

karuppiah7890 avatar karuppiah7890 commented on July 28, 2024

Oh okay..I don't know how they work. I have heard about travis though. Automatic checks and stuff

from popcorn-time-desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.