diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-05-29 14:56:42 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-05-29 14:56:42 -0700 |
commit | 2cb699cd189a0b885f633e74ee3f8a0534265c27 (patch) | |
tree | 816f0ce6638f60b616e83283b06c209d97ea060f /macosx | |
parent | d25229ebc8aad0ca432ba27f155cbdebb2edf49d (diff) | |
download | qtlocation-mapboxgl-2cb699cd189a0b885f633e74ee3f8a0534265c27.tar.gz |
rename app build products
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/llmr-app.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/llmr-app.gyp b/macosx/llmr-app.gyp index 560b223009..83bcd0f039 100644 --- a/macosx/llmr-app.gyp +++ b/macosx/llmr-app.gyp @@ -6,7 +6,7 @@ 'targets': [ { 'target_name': 'osxapp', - 'product_name': 'llmr', + 'product_name': 'Mapbox GL', 'type': 'executable', 'sources': [ './main.mm', |