Skip to content

Commit

Permalink
feat: 英文名替换
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Jan 3, 2025
1 parent 176ade2 commit f5024ff
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions .github/workflows/yakit-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,96 +157,96 @@ jobs:
- name: View Published Content
run:
ls ./release
# stcsPlatform-1.3.4-sp6-darwin-arm64.dmg
# stcsPlatform-1.3.4-sp6-darwin-x64.dmg
# stcsPlatform-1.3.4-sp6-linux-amd64.AppImage
# stcsPlatform-1.3.4-sp6-linux-arm64.AppImage
# stcsPlatform-1.3.4-sp6-windows-amd64.exe
# stcsPlatform-1.3.4-sp6-darwin-legacy-arm64.dmg
# stcsPlatform-1.3.4-sp6-darwin-legacy-x64.dmg
# stcsPlatform-1.3.4-sp6-linux-legacy-amd64.AppImage
# stcsPlatform-1.3.4-sp6-linux-legacy-arm64.AppImage
# stcsPlatform-1.3.4-sp6-windows-legacy-amd64.exe
# NG-Penetration-1.3.4-sp6-darwin-arm64.dmg
# NG-Penetration-1.3.4-sp6-darwin-x64.dmg
# NG-Penetration-1.3.4-sp6-linux-amd64.AppImage
# NG-Penetration-1.3.4-sp6-linux-arm64.AppImage
# NG-Penetration-1.3.4-sp6-windows-amd64.exe
# NG-Penetration-1.3.4-sp6-darwin-legacy-arm64.dmg
# NG-Penetration-1.3.4-sp6-darwin-legacy-x64.dmg
# NG-Penetration-1.3.4-sp6-linux-legacy-amd64.AppImage
# NG-Penetration-1.3.4-sp6-linux-legacy-arm64.AppImage
# NG-Penetration-1.3.4-sp6-windows-legacy-amd64.exe

- name: Upload 渗透测试平台V2.0(CE) Artifacts Windows
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'win') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# stcsPlatform-1.3.4-sp6-windows-amd64.exe
name: stcsPlatform-${{ steps.package_version.outputs.value }}-windows-amd64.exe
# NG-Penetration-1.3.4-sp6-windows-amd64.exe
name: NG-Penetration-${{ steps.package_version.outputs.value }}-windows-amd64.exe
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-windows-amd64.exe
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Mac(m1)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# stcsPlatform-1.3.4-sp6-darwin-arm64.dmg
name: stcsPlatform-${{ steps.package_version.outputs.value }}-darwin-arm64.dmg
# NG-Penetration-1.3.4-sp6-darwin-arm64.dmg
name: NG-Penetration-${{ steps.package_version.outputs.value }}-darwin-arm64.dmg
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-darwin-arm64.dmg
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Mac(intel)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# stcsPlatform-1.3.4-sp6-darwin-x64.dmg
name: stcsPlatform-${{ steps.package_version.outputs.value }}-darwin-x64.dmg
# NG-Penetration-1.3.4-sp6-darwin-x64.dmg
name: NG-Penetration-${{ steps.package_version.outputs.value }}-darwin-x64.dmg
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-darwin-x64.dmg
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Linux(amd64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# stcsPlatform-1.3.4-sp6-linux-amd64.AppImage
name: stcsPlatform-${{ steps.package_version.outputs.value }}-linux-amd64.AppImage
# NG-Penetration-1.3.4-sp6-linux-amd64.AppImage
name: NG-Penetration-${{ steps.package_version.outputs.value }}-linux-amd64.AppImage
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-linux-amd64.AppImage
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Linux(arm64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# stcsPlatform-1.3.4-sp6-linux-arm64.AppImage
name: stcsPlatform-${{ steps.package_version.outputs.value }}-linux-arm64.AppImage
# NG-Penetration-1.3.4-sp6-linux-arm64.AppImage
name: NG-Penetration-${{ steps.package_version.outputs.value }}-linux-arm64.AppImage
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-linux-arm64.AppImage
if-no-files-found: error

- name: Upload 渗透测试平台V2.0(CE) Artifacts Legacy Windows
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'win') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# stcsPlatform-1.3.4-sp6-windows-legacy-amd64.exe
name: stcsPlatform-${{ steps.package_version.outputs.value }}-windows-legacy-amd64.exe
# NG-Penetration-1.3.4-sp6-windows-legacy-amd64.exe
name: NG-Penetration-${{ steps.package_version.outputs.value }}-windows-legacy-amd64.exe
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-windows-legacy-amd64.exe
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Legacy Mac(m1)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# stcsPlatform-1.3.4-sp6-darwin-legacy-arm64.dmg
name: stcsPlatform-${{ steps.package_version.outputs.value }}-darwin-legacy-arm64.dmg
# NG-Penetration-1.3.4-sp6-darwin-legacy-arm64.dmg
name: NG-Penetration-${{ steps.package_version.outputs.value }}-darwin-legacy-arm64.dmg
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-darwin-legacy-arm64.dmg
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Legacy Mac(intel)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# stcsPlatform-1.3.4-sp6-darwin-legacy-x64.dmg
name: stcsPlatform-${{ steps.package_version.outputs.value }}-darwin-legacy-x64.dmg
# NG-Penetration-1.3.4-sp6-darwin-legacy-x64.dmg
name: NG-Penetration-${{ steps.package_version.outputs.value }}-darwin-legacy-x64.dmg
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-darwin-legacy-x64.dmg
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Legacy Linux(amd64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# stcsPlatform-1.3.4-sp6-linux-legacy-amd64.AppImage
name: stcsPlatform-${{ steps.package_version.outputs.value }}-linux-legacy-amd64.AppImage
# NG-Penetration-1.3.4-sp6-linux-legacy-amd64.AppImage
name: NG-Penetration-${{ steps.package_version.outputs.value }}-linux-legacy-amd64.AppImage
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-linux-legacy-amd64.AppImage
if-no-files-found: error
- name: Upload 渗透测试平台V2.0(CE) Artifacts Legacy Linux(arm64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# stcsPlatform-1.3.4-sp6-linux-legacy-arm64.AppImage
name: stcsPlatform-${{ steps.package_version.outputs.value }}-linux-legacy-arm64.AppImage
# NG-Penetration-1.3.4-sp6-linux-legacy-arm64.AppImage
name: NG-Penetration-${{ steps.package_version.outputs.value }}-linux-legacy-arm64.AppImage
path: ./release/渗透测试平台V2.0-${{ steps.package_version.outputs.value }}-linux-legacy-arm64.AppImage
if-no-files-found: error

Expand Down
2 changes: 1 addition & 1 deletion electron-builder.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: "io.yaklang.stcsPlatform"
appId: "io.yaklang.NG-Penetration"
productName: "渗透测试平台V2.0"
copyright: Copyright © 2024 yaklang.io

Expand Down
2 changes: 1 addition & 1 deletion multibuilder/electron-builder-legacy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: "io.yaklang.stcsPlatform"
appId: "io.yaklang.NG-Penetration"
productName: "渗透测试平台V2.0"
copyright: Copyright © 2024 yaklang.io

Expand Down

0 comments on commit f5024ff

Please sign in to comment.