Skip to content

Commit

Permalink
[mac][windows] parametrize version
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Nov 9, 2018
1 parent dca31b0 commit 893beba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mac/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export DIST=dist
export RESOURCES=resources
export VERSION=0.45
export VERSION=${VERSION}
export APPNAME=Datashare
export BUNDLE_ID=org.icij.Datashare

Expand Down
2 changes: 1 addition & 1 deletion windows/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export DIST=dist
export VERSION=0.45
export VERSION=${VERSION}
export APPNAME=Datashare ${VERSION}

$(DIST):
Expand Down

0 comments on commit 893beba

Please sign in to comment.