File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 id : get_version
5353 run : echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
5454
55- - name : Build DMG
55+ - name : Build App
5656 run : |
5757 cd app
5858 npm run dist:mac
6565 draft : false
6666 prerelease : false
6767 generate_release_notes : true
68+ body : |
69+ ## Installation Instructions
70+
71+ ### For macOS Users:
72+ 1. Download the `Tether.app` file below
73+ 2. Move it to your Applications folder
74+ 3. Right-click and select "Open" (first time only due to unsigned app)
75+
76+ **Note:** The app is unsigned, so macOS may show a security warning on first launch.
77+ Just right-click → "Open" → "Open" to bypass this warning.
78+
79+ ### What's New:
80+ See the auto-generated release notes below.
6881 files : |
69- app/dist/*.dmg
82+ app/dist/mac/*.app
7083 token : ${{ secrets.GITHUB_TOKEN }}
7184 make_latest : true
7285
Original file line number Diff line number Diff line change 4747 ],
4848 "icon" : " ./tether.png" ,
4949 "mac" : {
50- "target" : " dmg "
50+ "target" : " dir "
5151 },
5252 "win" : {
5353 "target" : [" portable" , " msi" ]
You can’t perform that action at this time.
0 commit comments