forked from phobal/ivideo
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #440 from zeevl/electron-builder
Use electron-builder, continued
- Loading branch information
Showing
26 changed files
with
1,276 additions
and
1,249 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "electron-react-boilerplate", | ||
"productName": "electron-react-boilerplate", | ||
"version": "1.0.0", | ||
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development", | ||
"main": "./main.js", | ||
"author": { | ||
"name": "C. T. Lin", | ||
"email": "[email protected]", | ||
"url": "https://github.com/chentsulin" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"font-awesome": "^4.6.3", | ||
"source-map-support": "^0.4.3" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.