From 544128c8e53a5aa1f4ae9d65569fe4b1681b30be Mon Sep 17 00:00:00 2001 From: highlander Date: Fri, 26 Jul 2019 22:03:39 -0600 Subject: [PATCH] get started --- .circleci/config.yml | 13 ++++++++----- package.json | 12 ++++++------ 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c0bc85..677f478 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,16 +7,18 @@ jobs: - checkout - run: yarn && yarn release --win + build_linux: + docker: + - image: electronuserland/builder:wine + steps: + - checkout + - run: yarn && yarn release --linux + build_macos: macos: xcode: "10.0.0" steps: - checkout -# - run: security create-keychain -p $KEYCHAIN_PASSWORD build.keychain -# - run: security default-keychain -s build.keychain -# - run: security unlock-keychain -p $KEYCHAIN_PASSWORD build.keychain -# - run: echo $KEYSTORE | base64 --decode - > keystore.p12 -# - run: security import keystore.p12 -k build.keychain -P $KEYCHAIN_PASSWORD -T /usr/bin/codesign - run: yarn && yarn release --mac workflows: @@ -25,3 +27,4 @@ workflows: jobs: - build_windows - build_macos + - build_linux \ No newline at end of file diff --git a/package.json b/package.json index e1c31b6..f96f69e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "electron-circleci", - "version": "1.0.7", - "description": "Example Electron app with MacOS & Windows build integration with Circle CI", - "author": "Joe Ireland", + "name": "fomobot", + "version": "0.0.1", + "description": "Your fomo bro!", + "author": "Highlander", "main": "main.js", "scripts": { "start": "electron .", @@ -13,8 +13,8 @@ "release": "electron-builder --publish always" }, "build": { - "appId": "ca.joeireland.electron-circleci", - "productName": "Electron CircleCI", + "appId": "com.fomobro", + "productName": "Fomobot", "copyright": "MIT", "files": [ "**/*",