mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
build: Replace -WIP version suffix with .WIP
This commit is contained in:
@@ -805,6 +805,10 @@ namespace hex {
|
||||
#endif
|
||||
}
|
||||
|
||||
bool isNightly() {
|
||||
return getImHexVersion(false).ends_with("WIP");
|
||||
}
|
||||
|
||||
bool updateImHex(UpdateType updateType) {
|
||||
// Get the path of the updater executable
|
||||
std::fs::path executablePath;
|
||||
|
||||
Reference in New Issue
Block a user