Skip to content

Commit aabf05a

Browse files
committed
Migrate old PCSX2 cheats path to new location during 0.10.0b upgrade [skip ci]
1 parent 6cfbc45 commit aabf05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pcsx2/component_update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [[ $(check_version_is_older_than "$version_being_updated" "0.10.0b") == "true
3333
create_dir -d "$logs_path/PCSX2"
3434
create_dir -d "$cheats_path/PCSX2/cheats_ws"
3535
create_dir -d "$cheats_path/PCSX2/cheats_ni"
36+
move "$cheats_path/pcsx2" "$cheats_path/PCSX2"
3637
tar -xzf "$pcsx2_rd_extras_dir/pcsx2-cheats.tar.gz" -C "$cheats_path/PCSX2" --overwrite
3738
create_dir -d "$storage_path/PCSX2/covers"
3839
create_dir -d "$texture_packs_path/PCSX2/textures"

0 commit comments

Comments
 (0)