Skip to content

Commit

Permalink
Merge remote-tracking branch 'moe/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Sep 5, 2024
2 parents 18eadcc + d99b32a commit e3030b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-macos-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ jobs:
chmod +x builds/macos/Fingertip.app/Contents/MacOS/hnsd
dylibbundler -od -b -x builds/macos/Fingertip.app/Contents/MacOS/hnsd -d builds/macos/Fingertip.app/Contents/Frameworks -p @executable_path/../Frameworks/
./builds/macos/build.sh
dylibbundler -od -b -x builds/macos/Fingertip.app/Contents/MacOS/fingertip -d builds/macos/Fingertip.app/Contents/Frameworks -p @executable_path/../Frameworks/
ls -l builds/macos
ls -l builds/macos/Fingertip.app/Contents/MacOS
ls -l builds/macos/Fingertip.app/Contents/Frameworks
- name: Create DMG
working-directory: ./builds/macos
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ RECURSIVE_ADDRESS=127.0.0.1:9592

## Build from source

Go 1.16+ is required.

```
$ git clone https://github.com/imperviousinc/fingertip
```
Go 1.21+ is required.

### MacOS

Expand All @@ -57,6 +53,7 @@ $ ./builds/macos/Fingertip.app/Contents/MacOS/fingertip
Configure your IDE to output to this directory or continue to use `build.sh` when making changes (it will only build hnsd once).


### Linux

Follow [hnsd](https://github.com/handshake-org/hnsd) build instructions for Linux. Copy hnsd binary into the `fingertip/builds/linux/appdir/usr/bin` directory.
Expand All @@ -65,7 +62,7 @@ Follow [hnsd](https://github.com/handshake-org/hnsd) build instructions for Linu
$ go build -trimpath -o ./builds/linux/appdir/usr/bin/
```

To create an AppImage run
To create an AppImage run the following script:

```
bash builds/linux/create_appimage.sh
Expand Down

0 comments on commit e3030b9

Please sign in to comment.