mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-09 11:51:59 -04:00
Remove BundleIdentifier param
This commit is contained in:
parent
ec995d9b84
commit
b132244c46
2 changed files with 2 additions and 6 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -150,7 +150,6 @@ jobs:
|
|||
-GitHubSha "${{ github.sha }}"
|
||||
-GitHubRefType "${{ github.ref_type }}"
|
||||
-GitHubRefName "${{ github.ref_name }}"
|
||||
-BundleIdentifier "me.Tyrrrz.${{ matrix.asset }}"
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
|
|
|
@ -18,10 +18,7 @@ param(
|
|||
[string]$GitHubRefType,
|
||||
|
||||
[Parameter(Mandatory=$true)]
|
||||
[string]$GitHubRefName,
|
||||
|
||||
[Parameter(Mandatory=$true)]
|
||||
[string]$BundleIdentifier
|
||||
[string]$GitHubRefName
|
||||
)
|
||||
|
||||
# Setup paths
|
||||
|
@ -53,7 +50,7 @@ $plistContent = @"
|
|||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© Oleksii Holub</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$BundleIdentifier</string>
|
||||
<string>me.Tyrrrz.$MatrixAssetName</string>
|
||||
<key>CFBundleSpokenName</key>
|
||||
<string>Discord Chat Exporter</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue