feat: separate Chinese display name and English packaging name
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
9
.github/workflows/build-app.yml
vendored
9
.github/workflows/build-app.yml
vendored
@@ -8,7 +8,11 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
app_name:
|
||||
description: Application display name
|
||||
description: Application display name (Chinese)
|
||||
required: true
|
||||
type: string
|
||||
app_name_en:
|
||||
description: Application English name for packaging
|
||||
required: true
|
||||
type: string
|
||||
app_identifier:
|
||||
@@ -22,6 +26,7 @@ permissions:
|
||||
env:
|
||||
JOB_ID: ${{ inputs.job_id }}
|
||||
APP_NAME: ${{ inputs.app_name }}
|
||||
APP_NAME_EN: ${{ inputs.app_name_en }}
|
||||
APP_IDENTIFIER: ${{ inputs.app_identifier }}
|
||||
NDK_VERSION: "27.2.12479018"
|
||||
|
||||
@@ -168,7 +173,7 @@ jobs:
|
||||
tag_name: build-${{ inputs.job_id }}
|
||||
name: Web2App ${{ inputs.app_name }} (${{ inputs.job_id }})
|
||||
body: |
|
||||
Automated build for **${{ inputs.app_name }}** (`${{ inputs.app_identifier }}`).
|
||||
Automated build for **${{ inputs.app_name }}** (English: `${{ inputs.app_name_en }}`, ID: `${{ inputs.app_identifier }}`).
|
||||
|
||||
- Windows desktop installer/portable binary
|
||||
- Android APK (demo signing, sideload only)
|
||||
|
||||
Reference in New Issue
Block a user