Skip to content

Commit 0453346

Browse files
committed
Bump version to 0.50.4
1 parent 2749806 commit 0453346

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,5 +2375,6 @@ image as one bitmap
23752375
[0.50.1]: https://github.com/SnowyMouse/invader/compare/0.50.0...0.50.1
23762376
[0.50.2]: https://github.com/SnowyMouse/invader/compare/0.50.1...0.50.2
23772377
[0.50.3]: https://github.com/SnowyMouse/invader/compare/0.50.2...0.50.3
2378+
[0.50.4]: https://github.com/SnowyMouse/invader/compare/0.50.3...0.50.4
23782379

2379-
[Untagged]: https://github.com/SnowyMouse/invader/compare/0.50.3...master
2380+
[Untagged]: https://github.com/SnowyMouse/invader/compare/0.50.4...master

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.14)
55

66
# Project name - You should change this if you're making a fork
77
project(Invader
8-
VERSION 0.50.3
8+
VERSION 0.50.4
99
DESCRIPTION "Modding toolkit for Halo Combat Evolved"
1010
LANGUAGES C CXX
1111
)

src/archive/archive.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ int main(int argc, const char **argv) {
417417
auto str_path = archive_list[i].first.string();
418418
const char *path = str_path.c_str();
419419

420+
// libarchive always needs POSIX paths.
420421
auto archive_path = archive_list[i].second;
421422
for(char &c : archive_path) {
422423
if(c == std::filesystem::path::preferred_separator) {

0 commit comments

Comments
 (0)