File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ))
You can’t perform that action at this time.
0 commit comments