File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ windowscli:
18
18
&& mv dist/windows/cli/cmd-windows-4.0-amd64.exe dist/windows/cli/pngsource.exe
19
19
20
20
macoscli :
21
- @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 \
21
+ @xgo --branch=$(BRANCH ) --go=$(GO ) --dest dist/macos/cli --pkg cmd --targets=darwin/arm64 github.com/fusion/pngsource \
22
22
&& sudo chown -R $$(id -u ) dist \
23
23
&& mv dist/macos/cli/cmd-darwin-10.?? -arm64 dist/macos/cli/pngsource
24
24
Original file line number Diff line number Diff line change @@ -42,6 +42,17 @@ Full-on release:
42
42
43
43
` make release ` instead of ` make platforms `
44
44
45
+ ## Build dependencies
46
+
47
+ - hfsplus (OS package)
48
+ - hfsplus support in your kernel... you may have to rebuild a new kernel with ` CONFIG_HFS_FS=y `
49
+ - pkg-config (OS package)
50
+ - libgtk-3-dev (OS package)
51
+ - libwebkit2gtk-4.0-dev (OS package)
52
+ - zip (OS package)
53
+ - nsis nsis-doc nsis-pluginapi (OS packages, Windows packager)
54
+ - yarn: ` yarn install `
55
+
45
56
# FAQ
46
57
47
58
** Is this an Electron app?**
You can’t perform that action at this time.
0 commit comments