Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuubiRan committed Jun 26, 2023
1 parent ba7c5cb commit 0b0f399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions Downloader/src/dlver.h.default
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#pragma once

#define LATEST_UPDATE_TIMESTAMP 0
#define DOWNLOADER_VERSION 0
#define DOWNLOADER_VERSION_STR "unknown"
11 changes: 2 additions & 9 deletions Downloader/src/misc/VersionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
#include <string>

// dlver.h will auto generated by `update_version.py` before build
// if you cant run this script, please copy this code to src/dlver.h
/*
// if you cant run the script, please copy the `dlver.h.default` to `dlver.h`
// then you can build the project manually

#pragma once
#define LATEST_UPDATE_TIMESTAMP 0
#define DOWNLOADER_VERSION 0
#define DOWNLOADER_VERSION_STR "unknown"
*/
#include "dlver.h"

namespace misc {
Expand Down

0 comments on commit 0b0f399

Please sign in to comment.