Skip to content

Commit

Permalink
hardcode version in index.html(BAD)
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Apr 1, 2019
1 parent 30c542c commit 1549105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/electronIndex.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<script>
window.__PUBLIC_URL__ = '';
window.__OVIDE_VERSION__ = '';
window.__OVIDE_VERSION__ = '1.0.0-alpha.2';
window.__SOURCE_REPOSITORY__ = '';
window.OVIDE_CONFIG = {
youtubeAPIKey: '${YOUTUBE_API_KEY}',
Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<div id="mount"></div>
<script>
window.__PUBLIC_URL__ = '';
window.__OVIDE_VERSION__ = '';
window.__OVIDE_VERSION__ = '1.0.0-alpha.2';
window.__SOURCE_REPOSITORY__ = '';
window.OVIDE_CONFIG = {};
</script>
Expand Down

0 comments on commit 1549105

Please sign in to comment.