Skip to content

Commit

Permalink
fix darwin target in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelesaux committed Dec 17, 2022
1 parent 129eb67 commit 7b36f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ build-windows-i386:
(make archive ARCH=386 OS=windows EXT=.exe)

package-darwin:
(make init ARCH=arm64 OS=darwin)
(make init ARCH=amd64 OS=darwin)
@echo "Compilation and packaging for darwin"
fyne package -os darwin -icon martine-logo.png -sourceDir ${SOURCEDIR} -name martine -appVersion $(appversion)
mv martine.app ${BINARY}/martine-${OS}-${ARCH}/
cp -r martine.app ${BINARY}/martine-${OS}-${ARCH}/
(make archive)

package-windows:
Expand Down

0 comments on commit 7b36f3a

Please sign in to comment.