Releases: geefr/BSIPA-Linux
Releases · geefr/BSIPA-Linux
IPA-Minimal 1.2
Minimal version of IPA, packaged as a linux-native executable.
Changes in this release
- Fix for #4 - Earlier versions ignored the first command line argument when run from the command line
When running make sure it's like this
- -n means don't want for user input before returning
- -f forces the install - For now IPA-Minimal's version will always be lower than full-fat BSIPA, so that anything run under the game's runtime (proton) will just overwrite it
- The executable is required, otherwise it'll pick up other executables in the same directory - The windows version seems to get files in alphabetical order and selected Beat Saber.exe automatically
- --relativeToPwd - If set IPA will look up all paths relative to $PWD, rather than using the location of the IPA-Minimal executable
pushd $bsInstall
IPA-Minimal -n -f --relativeToPwd "Beat Saber.exe"
popd
IPA-Minimal 1.1
Minimal version of IPA, packaged as a linux-native executable.
Changes in this release
- Added --relativeToPwd command line flag
When running make sure it's like this
- -n means don't want for user input before returning
- -f forces the install - For now IPA-Minimal's version will always be lower than full-fat BSIPA, so that anything run under the game's runtime (proton) will just overwrite it
- The executable is required, otherwise it'll pick up other executables in the same directory - The windows version seems to get files in alphabetical order and selected Beat Saber.exe automatically
- --relativeToPwd - If set IPA will look up all paths relative to $PWD, rather than using the location of the IPA-Minimal executable
pushd $bsInstall
IPA-Minimal -n -f --relativeToPwd "Beat Saber.exe"
popd
IPA-Minimal 1.0
Minimal version of IPA, packaged as a linux-native executable.
When running make sure it's like this
- -n means don't want for user input before returning
- -f forces the install - For now IPA-Minimal's version will always be lower than full-fat BSIPA, so that anything run under the game's runtime (proton) will just overwrite it
- The executable is required, otherwise it'll pick up other executables in the same directory - The windows version seems to get files in alphabetical order and selected Beat Saber.exe automatically
IPA-Minimal -n -f "Beat Saber.exe"