Skip to content

Commit 253adba

Browse files
committed
feat: Bump package version to "8.4.607" and clean up macOS build workflow
1 parent 31f97d7 commit 253adba

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/desktop.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
build_job:
1010
name: Package
1111
runs-on: ${{ matrix.os }}
12-
timeout-minutes: 25
1312
strategy:
1413
fail-fast: false
1514
matrix:
@@ -36,22 +35,11 @@ jobs:
3635
run: ./.github/scripts/import_macos_dev_id_cert.sh
3736
env:
3837
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
39-
- name: Debug code signing identities (macOS)
40-
if: matrix.os == 'macos-latest'
41-
run: |
42-
security list-keychains
43-
security find-identity -v -p codesigning "$HOME/Library/Keychains/build.keychain-db"
4438
- name: Package uberJar
4539
run: ./gradlew :app:desktop:packageReleaseUberJarForCurrentOS
4640
- name: Packaging (macOS)
4741
if: matrix.os == 'macos-latest'
48-
continue-on-error: true
4942
run: ./gradlew --no-configuration-cache :app:desktop:notarizeReleaseDmg
50-
- name: Debug hanging processes (macOS)
51-
if: always() && matrix.os == 'macos-latest'
52-
run: |
53-
echo "=== ps aux | egrep 'java|jpackage|codesign|notarytool' ==="
54-
ps aux | egrep 'java|jpackage|codesign|notarytool' || true
5543
- name: Packaging (Linux & Windows)
5644
if: matrix.os != 'macos-latest'
5745
run: ./gradlew packageReleaseDistributionForCurrentOS

app/desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compose.desktop {
5050
nativeDistributions {
5151
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5252
packageName = "Note Delight"
53-
packageVersion = "8.4.606"
53+
packageVersion = "8.4.607"
5454
description = "Note app with encryption"
5555
copyright = "© 2023 SoftArtDev"
5656
macOS.iconFile.set(project.file("src/jvmMain/resources/app_icon.icns"))

0 commit comments

Comments
 (0)