diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2266da6..0a9e75d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} working-directory: ./src/Aiplugs.PoshApp.Electron/ - run: npm run electron:build + run: npm run electron:build -- -p onTagOrDraft macos: runs-on: macos-latest steps: diff --git a/LICENSE b/LICENSE index a635be9..8c4d8cf 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Business Source License 1.1 Parameters Licensor: aiplugs (@iwate) -Licensed Work: poshapp(v0.10.6) +Licensed Work: poshapp(v0.10.7) The Licensed Work is (c) 2022 aiplugs. Additional Use Grant: You may make use of the Licensed Work, provided that you may not use the Licensed Work for a Software @@ -14,7 +14,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that contractors) to access the functionality of the Licensed Work. -Change Date: 2025-05-04 +Change Date: 2025-05-20 Change License: Apache License, Version 2.0 diff --git a/src/Aiplugs.PoshApp.Electron/package-lock.json b/src/Aiplugs.PoshApp.Electron/package-lock.json index 727d3ff..97f9af4 100644 --- a/src/Aiplugs.PoshApp.Electron/package-lock.json +++ b/src/Aiplugs.PoshApp.Electron/package-lock.json @@ -1,12 +1,12 @@ { "name": "poshapp", - "version": "v0.10.6", + "version": "v0.10.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "poshapp", - "version": "v0.10.6", + "version": "v0.10.7", "hasInstallScript": true, "dependencies": { "cli-truncate": "^3.1.0", diff --git a/src/Aiplugs.PoshApp.Electron/package.json b/src/Aiplugs.PoshApp.Electron/package.json index ed5b9b6..b2fab3c 100644 --- a/src/Aiplugs.PoshApp.Electron/package.json +++ b/src/Aiplugs.PoshApp.Electron/package.json @@ -1,6 +1,6 @@ { "name": "poshapp", - "version": "v0.10.6", + "version": "v0.10.7", "author": "aiplugs", "description": "PowerShell GUI application", "private": true,