* Add internet support for Android
- Add logic to PortWindowsToAndroid
- Modify GUI, CLI, and CLI interactive to take in the new argument
- Bump version number to 1.4
* Fix lobster moments
* Fix crash when porting to android
Co-authored-by: Miepee <janbidler00@protonmail.com>
varandroidOption=newOption<FileInfo>(new[]{"-a","--android"},"The output file path for the Android mod. None given equals to no Android port.");
varandroidOption=newOption<FileInfo>(new[]{"-a","--android"},"The output file path for the Android mod. None given equals to no Android port.");
varmacOption=newOption<FileInfo>(new[]{"-m","--mac"},"The output file path for the Mac mod. None given equals to no Mac port.");
varmacOption=newOption<FileInfo>(new[]{"-m","--mac"},"The output file path for the Mac mod. None given equals to no Mac port.");
varnameOption=newOption<string>(new[]{"-n","--name"},"The name used for the Mac or Android mod. Required for the Mac option, and optional for the Android version. Has no effect on anything else.");
varnameOption=newOption<string>(new[]{"-n","--name"},"The name used for the Mac or Android mod. Required for the Mac option, and optional for the Android version. Has no effect on anything else.");
varinternetOption=newOption<bool>(new[]{"-w","--internet"},"Add internet usage permissions to the Android mod. Has no effect to other OS.");
@ -214,7 +214,7 @@ public static partial class PortHelper
}
}
// TODO: try to figure out if its possible to extract the name from the data.win file and then just offer a "use custom save directory" option that decides whether to use it or not.
// TODO: try to figure out if its possible to extract the name from the data.win file and then just offer a "use custom save directory" option that decides whether to use it or not.