Merge pull request 'version bump for android/play and ffi/linux use locally bundled tor' (#123) from verBumpTor into trunk
continuous-integration/drone/push Build is passing Details

Reviewed-on: #123
This commit is contained in:
Sarah Jamie Lewis 2021-06-01 14:57:57 -07:00
commit 0500773b6c
2 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,7 @@ class CwtchFfi implements Cwtch {
Map<String, String> envVars = Platform.environment;
if (Platform.isLinux) {
home = (envVars['HOME'])!;
bundledTor = "./tor";
} else if (Platform.isWindows) {
home = (envVars['UserProfile'])!;
bundledTor = "Tor\\Tor\\tor.exe";

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
version: 1.0.0+2
environment:
sdk: ">=2.12.0 <3.0.0"