Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Fixing linux builds #22

Merged
merged 8 commits into from
Jun 9, 2017
Merged

Fixing linux builds #22

merged 8 commits into from
Jun 9, 2017

Commits on Jun 8, 2017

  1. Remove unnecessary task.

    GabeIsman committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    7dd7e95 View commit details
    Browse the repository at this point in the history
  2. s/release/dist

    GabeIsman committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    5e9e1cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c473262 View commit details
    Browse the repository at this point in the history
  4. Run npm rebuild after installing.

    This was initially running into an error because, I had been sloppy
    with the .gitignore and added 'dist' instead of '/dist'. Apparently
    .npmignore defaults to .gitignore if, so
    `node_modules/electron/resources/dist` was invisible to `npm rebuild`.
    Luckily I googled/guessed that quickly.
    GabeIsman committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    0823245 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a18357a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Ignores /app/dist.

    GabeIsman committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    6f8a186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3c430 View commit details
    Browse the repository at this point in the history
  3. Bump to 0.1.0.

    GabeIsman committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    2f94bfb View commit details
    Browse the repository at this point in the history