Skip to content

Commit

Permalink
Stamp version and bake index.html in HTML.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 22, 2024
1 parent 86f4050 commit db54582
Show file tree
Hide file tree
Showing 6 changed files with 4,934 additions and 5,818 deletions.
4 changes: 2 additions & 2 deletions Application/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#define VERSION_DESCRIBE "v0.61-106-ge7f70964"
#define VERSION_URL_TAG "v0_61_106_ge7f70964"
#define VERSION_DESCRIBE "v0.61-108-g86f4050c"
#define VERSION_URL_TAG "v0_61_108_g86f4050c"
1,680 changes: 840 additions & 840 deletions HTML/index_html.cpp

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions HTML/index_local.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="cdn/npm/[email protected]/dist/ol.js"></script>
<link rel="stylesheet" href="cdn/npm/[email protected]/ol.css">

<link rel="stylesheet" href="style_v0_61_106_ge7f70964.css" />
<link rel="stylesheet" href="style_v0_61_108_g86f4050c.css" />
<link rel="stylesheet" href="config.css" />

</head>
Expand Down Expand Up @@ -1023,7 +1023,7 @@
<div class="bottombar"></div>

<script src="plugins.js"></script>
<script src="script_v0_61_106_ge7f70964.js"></script>
<script src="script_v0_61_108_g86f4050c.js"></script>


<div class="overlay" onclick="toggleInfoPanel()"></div>
Expand Down
Loading

0 comments on commit db54582

Please sign in to comment.