Skip to content

Commit

Permalink
Merge pull request #13 from Fusion/feature/integrated-uninstaller
Browse files Browse the repository at this point in the history
Updated README and uninstaller
  • Loading branch information
Fusion authored May 31, 2022
2 parents 12d0e5a + c40ca25 commit 8c5d54b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ windowscli:
&& mv dist/windows/cli/cmd-windows-4.0-amd64.exe dist/windows/cli/pngsource.exe

macoscli:
@xgo --branch=$(BRANCH) --go=$(GO) --dest dist/macos/cli --pkg cmd --ldflags="-s -w -X 'main.Version=$(VERSION)'" --targets=darwin/arm64 github.com/fusion/pngsource \
@xgo --branch=$(BRANCH) --go=$(GO) --dest dist/macos/cli --pkg cmd --targets=darwin/arm64 github.com/fusion/pngsource \
&& sudo chown -R $$(id -u) dist \
&& mv dist/macos/cli/cmd-darwin-10.??-arm64 dist/macos/cli/pngsource

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ Full-on release:

`make release` instead of `make platforms`

## Build dependencies

- hfsplus (OS package)
- hfsplus support in your kernel... you may have to rebuild a new kernel with `CONFIG_HFS_FS=y`
- pkg-config (OS package)
- libgtk-3-dev (OS package)
- libwebkit2gtk-4.0-dev (OS package)
- zip (OS package)
- nsis nsis-doc nsis-pluginapi (OS packages, Windows packager)
- yarn: `yarn install`

# FAQ

**Is this an Electron app?**
Expand Down

0 comments on commit 8c5d54b

Please sign in to comment.