From ef7e9c5fa4d63f78d9ccb584d846e2936379bdb1 Mon Sep 17 00:00:00 2001 From: Lacy Morrow Date: Wed, 1 Nov 2023 19:56:25 -0400 Subject: [PATCH] tweak --- .github/workflows/crossover-ci.yml | 24 +++++++----------------- package.json | 3 +-- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/.github/workflows/crossover-ci.yml b/.github/workflows/crossover-ci.yml index d2da52a..2845e43 100644 --- a/.github/workflows/crossover-ci.yml +++ b/.github/workflows/crossover-ci.yml @@ -11,9 +11,6 @@ jobs: crossover-ci-mac: runs-on: macos-latest steps: - # install Bun - - uses: oven-sh/setup-bun@v1 - # Make sure build is clean and no files from a previous run are re-used. - name: Cleanup files before run run: | @@ -27,9 +24,7 @@ jobs: run: | sysctl -n machdep.cpu.brand_string vm_stat | perl -ne '/page size of (\d+)/ and $size=$1; /Pages\s+([^:]+)[^\d]+(\d+)/ and printf("%-16s % 16.2f Mi\n", "$1:", $2 * $size / 1048576);' - # - name: Install Tools - # run: | - # brew install jq + - name: Get Node Version run: | cat .nvmrc @@ -50,18 +45,18 @@ jobs: echo "yarn: $(yarn --version)" npm install --openssl_fips="" - # - name: Lint - # run: npm run lint + - name: Lint + run: npm run lint - # - name: Check Dependencies - # run: npm run depcheck + - name: Check Dependencies + run: npm run depcheck # - name: Unpackaged Test 🧪 # run: npm run test - name: Build run: | - npm run build:mac + npm run build:mac --openssl_fips="" env: # Set CI flag to false, or the build fails on all warnings, not just errors as locally. CI: false @@ -130,12 +125,6 @@ jobs: yarn --version npm install - - name: Lint - run: npm run lint - - - name: Check Dependencies - run: npm run depcheck - # - name: Unpackaged Test 🧪 # run: npm run test @@ -144,6 +133,7 @@ jobs: npm run build:windows env: # Set CI flag to false, or the build fails on all warnings, not just errors as locally. + # We use circle as ci CI: false # - name: Package diff --git a/package.json b/package.json index f5bf20b..7e2b272 100644 --- a/package.json +++ b/package.json @@ -134,10 +134,9 @@ "darkModeSupport": true }, "dmg": { - "iconSize": 160, "contents": [ { - "x": 180, + "x": 170, "y": 170 }, {