Skip to content

Commit

Permalink
fix tests for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotiiii committed Apr 26, 2024
1 parent cbe8d22 commit 8487151
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ makerom*
venv
out/*
in/*
include
include
!test*.cia
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This fixes GBA VC banners created with [New Super Ultimate Injector v28](https:/

![HNI_0032](https://user-images.githubusercontent.com/17112987/231853029-00142486-cb25-452a-9734-05e5c277f149.jpg) ![HNI_0033](https://user-images.githubusercontent.com/17112987/231853046-1bb2a3f2-cd1b-4a2d-a6b6-1639a607d560.jpg)

🔴 🔴 🔴
WARNING: Overwriting an injected GBA game will overwrite its save file.
Consider backing up your saves before, e.g. with [GBAVCSM](https://github.com/TurdPooCharger/GBAVCSM).
> [!Warning]
> Overwriting an injected GBA game will overwrite its save file.
> Consider backing up your saves before, e.g. with [GBAVCSM](https://github.com/TurdPooCharger/GBAVCSM).
# Download

Expand Down
2 changes: 1 addition & 1 deletion test/test_get_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bool test_get_version(const fs::path &cia, const Settings &set)
fs::remove_all(fs::current_path() / "temp");
fs::remove_all(fs::current_path() / "out");

if (version.major == 0 && version.minor == 6 && version.micro == 9) {
if (version.major == 0 && version.minor == 1 && version.micro == 2) {
return true;
}
return false;
Expand Down
Binary file added test/test_v27.cia
Binary file not shown.
Binary file added test/test_v28.cia
Binary file not shown.

0 comments on commit 8487151

Please sign in to comment.