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

Commit

Permalink
Add handler for squirrel installer so app doesn't popup while install…
Browse files Browse the repository at this point in the history
…ing..
  • Loading branch information
zerkz committed Aug 14, 2016
1 parent f764cc5 commit 65037b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ reputation for. This is why the pros know how to play many heroes!

My #1 piece of advice? Work with your team, even if they are raging/being obnoxious. Save criticism for after the game.

## Why is the Windows installer gif so strange/weird. ARE YOU HACKING MY COMPUTER?
It's based upon Squirrel. I learned about all of this + build servers in nearly two days,
so I haven't had time to make a .gif that doesn't seem completely different from the HOTSBA theme.

Designers feel free to come up with an nice gif to show during install!

## Dude... this icon....
I know. Just imagine it as an H next a man trapped inside of a bandaid.

Expand Down
3 changes: 3 additions & 0 deletions app/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//handle all these damn squirrel events.
if(require('electron-squirrel-startup')) return;

const electron = require('electron');
const {app, BrowserWindow} = electron;
const config = require('convict');
Expand Down

0 comments on commit 65037b2

Please sign in to comment.