Skip to content

Commit

Permalink
Don’t track build number file.
Browse files Browse the repository at this point in the history
  • Loading branch information
neotron committed Jul 17, 2017
1 parent 5d68175 commit 5d9524f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ tools/*/.build/*
/tools/coordinate-mapper/tmp
cmake-build-*
workspace.xml
/src/buildnumber.h
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all:
@echo mac-package or win-package

OUT := $(shell echo "../EDPathFinder/releases/EDPathFinder-`/usr/libexec/PlistBuddy -c 'Print CFBundleVersion' cmake-build-minsizerel/EDPathFinder.app/Contents/Info.plist`.dmg")
OUT := $(shell echo "output/EDPathFinder-`/usr/libexec/PlistBuddy -c 'Print CFBundleVersion' cmake-build-minsizerel/EDPathFinder.app/Contents/Info.plist`.dmg")

mac-package:
/workspace/Qt/5.8/clang_64/bin/macdeployqt cmake-build-minsizerel/EDPathFinder.app -always-overwrite
Expand Down
1 change: 0 additions & 1 deletion src/buildnumber.h

This file was deleted.

0 comments on commit 5d9524f

Please sign in to comment.