Skip to content

Commit

Permalink
mg
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Nov 1, 2023
2 parents 1e5c8fd + 8efb0c3 commit 24d5434
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/crossover-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
# - name: Unpackaged Test 🧪
# run: npm run test

# - name: Build
# run: |
# npm run build:mac
# env:
# # Set CI flag to false, or the build fails on all warnings, not just errors as locally.
# CI: false
- name: Build
run: |
npm run build:mac
env:
# Set CI flag to false, or the build fails on all warnings, not just errors as locally.
CI: false

# - name: Package App
# run: |
Expand Down Expand Up @@ -136,15 +136,15 @@ jobs:
- name: Check Dependencies
run: npm run depcheck

- name: Unpackaged Test 🧪
run: npm run test
# - name: Unpackaged Test 🧪
# run: npm run test

# - name: Build
# run: |
# npm run build:windows
# env:
# # Set CI flag to false, or the build fails on all warnings, not just errors as locally.
# CI: false
- name: Build
run: |
npm run build:windows
env:
# Set CI flag to false, or the build fails on all warnings, not just errors as locally.
CI: false

# - name: Package
# run: |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crossover",
"productName": "CrossOver",
"appId": "com.lacymorrow.crossover",
"version": "3.3.2",
"version": "3.3.3",
"description": "A Crosshair Overlay for any screen",
"copyright": "Copyright © Lacy Morrow",
"repository": "lacymorrow/crossover",
Expand Down

0 comments on commit 24d5434

Please sign in to comment.