Skip to content

Commit 8689f31

Browse files
committed
remove unix AIO, add mac jhs app
1 parent ca30ca5 commit 8689f31

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/jinstall.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
replacesArtifacts: true
3535

3636
# unix AIO -------------------------------------------------------------
37+
# not needed from Dec 2025
3738
unixaio:
38-
#if: false
39+
if: false
3940
name: UnixAIO
4041
runs-on: ubuntu-latest
4142
needs: install
@@ -271,7 +272,7 @@ jobs:
271272
#if: false
272273
name: Run Webhook
273274
runs-on: ubuntu-latest
274-
needs: [unixaio, winaio, winaios, winarmaio, winarmaios]
275+
needs: [winaio, winaios, winarmaio, winarmaios]
275276
steps:
276277
- name: distribution
277278
uses: distributhor/workflow-webhook@v2

mac/jhs.app/Contents/Info.plist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0"><dict>
4+
<key>CFBundleExecutable</key><string>apprun</string>
5+
<key>CFBundleIconFile</key><string>jblue.icns</string>
6+
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
7+
<key>CFBundleName</key><string>jhs</string>
8+
<key>CFBundlePackageType</key><string>APPL</string>
9+
<key>CFBundleVersion</key><string>1.0</string>
10+
</dict></plist>

mac/jhs.app/Contents/MacOS/apprun

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
"`dirname "$0"`/../../../bin/jhs.command"
41.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)