Skip to content

Commit

Permalink
Overlay: Hotfix incorrect app key prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Aug 16, 2019
1 parent 487153d commit 2159a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReviveOverlay/revivemanifestcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

CReviveManifestController *s_pSharedRevController = NULL;
const char* CReviveManifestController::AppKey = "revive.dashboard.overlay";
const char* CReviveManifestController::AppPrefix = "revive.software.";
const char* CReviveManifestController::AppPrefix = "revive.app.";

CReviveManifestController *CReviveManifestController::SharedInstance()
{
Expand Down
2 changes: 1 addition & 1 deletion ReviveOverlay/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define REV_MAJOR_VERSION 1
#define REV_MINOR_VERSION 8
#define REV_PATCH_VERSION 0
#define REV_BUILD_NUMBER 0
#define REV_BUILD_NUMBER 1

#define REV_VERSION_STRING REV_STRINGIFY(REV_MAJOR_VERSION.REV_MINOR_VERSION.REV_PATCH_VERSION.REV_BUILD_NUMBER)
#define REV_VERSION_INT (REV_MAJOR_VERSION << 24 | REV_MINOR_VERSION << 16 | REV_PATCH_VERSION << 8 | REV_BUILD_NUMBER)
2 changes: 1 addition & 1 deletion appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<pubDate>15 August 2019</pubDate>
<enclosure url="https://github.com/LibreVR/Revive/releases/download/1.8.0/ReviveInstaller.exe"
type="application/exe"
sparkle:version="1.8.0.0"
sparkle:version="1.8.0.1"
sparkle:os="windows-x64"/>
</item>
</channel>
Expand Down

0 comments on commit 2159a07

Please sign in to comment.