We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8234437 commit c955e22Copy full SHA for c955e22
Games/pokemoninfinity.yml
@@ -16,13 +16,13 @@ Executable:
16
name: Pokemon Infinity
17
icon: InfinityIcon.ico
18
file: Game.exe
19
- path: "Program Files/Pokemon Infinity 2.3.5/Game.exe"
+ path: "Program Files/Infinity 3.1.1/Game.exe"
20
arguments: ""
21
22
Steps:
23
- action: run_script
24
script: |
25
rm -rf drive_c/Program\ Files/Pokemon\ Infinity*
26
- wget https://github.com/TeryVeneno/pokemon-infinity-base/releases/download/minor-update/Pokemon.Infinity.2.3.5.zip
27
- unzip Pokemon.Infinity* -d drive_c/Program\ Files
28
- rm Pokemon.Infinity*
+ wget https://github.com/TeryVeneno/pokemon-infinity-base/releases/download/major-update/Infinity.3.1.1.zip
+ unzip Infinity.* -d drive_c/Program\ Files
+ rm Infinity.*
0 commit comments