Skip to content

Commit

Permalink
fix(ci): include .icns file for Mac build; remove linux build pending…
Browse files Browse the repository at this point in the history
… fakeroot
  • Loading branch information
AKPWebDesign committed Apr 6, 2018
1 parent ceac5fc commit 64428f4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ script:
- yarn test
- yarn deploy:ci
os:
- linux
- osx
# Only build tags. TODO: make test and deploy different jobs so test can always run
if: tag IS present
Binary file added electron-wrapper/images/icon.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion electron-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-wrapper",
"productName": "ReactTypescriptBoilerplateExample",
"version": "1.1.3",
"version": "1.1.4",
"description": "Just a simple electron wrapper for my boilerplate.",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functions",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",
"author": "Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-electron-typescript-firebase-boilerplate",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"license": "MIT",
"author": "Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-boilerplate",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"license": "MIT",
"author": "Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)",
Expand Down

0 comments on commit 64428f4

Please sign in to comment.