@@ -176,7 +176,7 @@ jobs:
176
176
import os
177
177
import re
178
178
with open(os.getenv('GITHUB_OUTPUT'), 'a') as f:
179
- if "${{ env.BUILD_TYPE }}" == "dev":
179
+ if "${{ env.BUILD_TYPE }}" == "dev":
180
180
f.write('bundle-id=org.f26_studio.' + re.sub(r'[^A-Za-z0-9]+', '_', '${{ needs.get-info.outputs.app-name }}') + '.snapshot\n')
181
181
f.write('product-name=' + re.sub(r'[^A-Za-z0-9]+', '-', '${{ needs.get-info.outputs.app-name }}') + '_Snapshot\n')
182
182
else:
@@ -281,7 +281,7 @@ jobs:
281
281
with :
282
282
app-name : ${{ needs.get-info.outputs.app-name }}
283
283
bundle-id : ${{ steps.process-app-name.outputs.bundle-id }}
284
- copyright : " Copyright © 2019-2022 26F-Studio. Some Rights Reserved."
284
+ copyright : " Copyright © 2019-2023 26F-Studio. Some Rights Reserved."
285
285
icon-path : ./.github/build/iOS/${{ env.BUILD_TYPE }}/icon
286
286
love-patch : ./.github/build/iOS/love.patch
287
287
love-package : ${{ env.CORE_LOVE_PACKAGE_PATH }}
@@ -481,7 +481,7 @@ jobs:
481
481
with :
482
482
app-name : ${{ needs.get-info.outputs.app-name }}
483
483
bundle-id : ${{ steps.process-app-name.outputs.bundle-id }}
484
- copyright : " Copyright © 2019-2022 26F-Studio. Some Rights Reserved."
484
+ copyright : " Copyright © 2019-2023 26F-Studio. Some Rights Reserved."
485
485
icon-path : ./.github/build/macOS/${{ env.BUILD_TYPE }}/icon.icns
486
486
love-package : ${{ env.CORE_LOVE_PACKAGE_PATH }}
487
487
libs-path : ./ColdClear/universal/
@@ -581,7 +581,7 @@ jobs:
581
581
with :
582
582
app-name : ${{ needs.get-info.outputs.app-name }}
583
583
bundle-id : ${{ steps.process-app-name.outputs.bundle-id }}
584
- copyright : " Copyright © 2019-2022 26F-Studio. Some Rights Reserved."
584
+ copyright : " Copyright © 2019-2023 26F-Studio. Some Rights Reserved."
585
585
icon-path : ./.github/build/macOS/${{ env.BUILD_TYPE }}/icon.icns
586
586
love-package : ${{ env.CORE_LOVE_PACKAGE_PATH }}
587
587
libs-path : ./ColdClear/universal/
0 commit comments