Skip to content

Commit

Permalink
Clean pkg files (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar authored Oct 18, 2018
1 parent b773f3f commit d6cf7f3
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -6,7 +6,7 @@ ludo:
$(BUNDLENAME).app: ludo
mkdir -p $(BUNDLENAME).app/Contents/MacOS
mkdir -p $(BUNDLENAME).app/Contents/Resources/$(BUNDLENAME).iconset
cp Info.plist $(BUNDLENAME).app/Contents/
cp pkg/Info.plist $(BUNDLENAME).app/Contents/
echo "APPL????" > $(BUNDLENAME).app/Contents/PkgInfo
cp -r assets $(BUNDLENAME).app/Contents/Resources
sips -z 16 16 assets/icon.png --out $(BUNDLENAME).app/Contents/Resources/$(BUNDLENAME).iconset/icon_16x16.png
Expand Down
File renamed without changes.

0 comments on commit d6cf7f3

Please sign in to comment.