Skip to content

Commit 64428f4

Browse files
committed
fix(ci): include .icns file for Mac build; remove linux build pending fakeroot
1 parent ceac5fc commit 64428f4

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ script:
77
- yarn test
88
- yarn deploy:ci
99
os:
10-
- linux
1110
- osx
1211
# Only build tags. TODO: make test and deploy different jobs so test can always run
1312
if: tag IS present

electron-wrapper/images/icon.icns

208 KB
Binary file not shown.

electron-wrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-wrapper",
33
"productName": "ReactTypescriptBoilerplateExample",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"description": "Just a simple electron wrapper for my boilerplate.",
66
"main": "src/index.ts",
77
"scripts": {

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "functions",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"license": "MIT",
55
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",
66
"scripts": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-electron-typescript-firebase-boilerplate",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"private": true,
55
"license": "MIT",
66
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-boilerplate",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"private": true,
55
"license": "MIT",
66
"author": "Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)",

0 commit comments

Comments
 (0)