Skip to content

Commit

Permalink
feat(bld): rename MacOS Helper apps (nwutils#1206)
Browse files Browse the repository at this point in the history
* Updates the Plist properties and renames the relevant executables.

Fixes: nwjs/nw.js#7253
Refs:
https://nwjs.readthedocs.io/en/latest/For%20Users/Package%20and%20Distribute/
  • Loading branch information
ayushmanchhabra authored Aug 23, 2024
1 parent da0e353 commit 9f3b30f
Show file tree
Hide file tree
Showing 10 changed files with 706 additions and 1,448 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ jobs:
- windows-2022
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
- name: Setup Volta
uses: volta-cli/action@v4.2.1
- name: Node.js version
run: node -v
- name: npm version
run: npm -v
- name: Install dependencies
run: npm ci
- name: Check for linting errors
run: npm run lint
- name: Run tests
run: npm run test
coverage:
runs-on: ubuntu-22.04
permissions:
contents: read
pull-requests: write
Expand All @@ -50,7 +33,9 @@ jobs:
run: npm -v
- name: Install dependencies
run: npm ci
- name: Enable Coverage
- name: Check for linting errors
run: npm run lint
- name: Run tests
run: npm run test:cov
- name: Report Coverage
if: always()
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021-2023 NW.js Utilities
Copyright (c) 2021-2024 NW.js Utilities
Copyright (c) 2014-2021 Steffen Müller

Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
Loading

0 comments on commit 9f3b30f

Please sign in to comment.