Skip to content

Commit

Permalink
Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jan 24, 2024
1 parent 7b30311 commit 2a7220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ bin/TwentyTwentyTwenty_arm64.app: $(DEPS)

bin/TwentyTwentyTwenty_amd64.app: $(DEPS)
go run gioui.org/cmd/gogio -arch=amd64 -target=macos -ldflags="$(LDFLAGS)" -icon=./assets/eye.png -o=$@ .
cp $@/Contents/Resources.icon.icns assets/macos/TwentyTwentyTwenty.app/Contents/Resources/icon.icns
cp $@/Contents/Resources/icon.icns assets/macos/TwentyTwentyTwenty.app/Contents/Resources/icon.icns
cp assets/macos/TwentyTwentyTwenty.app/Contents/Info.plist $@/Contents/Info.plist
mv $@/Contents/MacOS/TwentyTwentyTwenty_amd64 $@/Contents/MacOS/TwentyTwentyTwenty
codesign -s - $@
Expand Down

0 comments on commit 2a7220a

Please sign in to comment.