File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ public class CaptainTest : IDisposable
77{
88 private static readonly CaptainConfig _config = new ( )
99 {
10- AndroidApp = Path . GetFullPath ( "../../../../packages/Instabug-Flutter /example/build/app/outputs/flutter-apk/app-debug.apk" ) ,
10+ AndroidApp = Path . GetFullPath ( "../../../../packages/instabug_flutter /example/build/app/outputs/flutter-apk/app-debug.apk" ) ,
1111 AndroidAppId = "com.instabug.flutter.example" ,
1212 AndroidVersion = "13" ,
13- IosApp = Path . GetFullPath ( "../../../../packages/Instabug-Flutter /example/build/ios/iphonesimulator/Runner.app" ) ,
13+ IosApp = Path . GetFullPath ( "../../../../packages/instabug_flutter /example/build/ios/iphonesimulator/Runner.app" ) ,
1414 IosAppId = "com.instabug.InstabugSample" ,
1515 IosVersion = "17.2" ,
1616 IosDevice = "iPhone 15 Pro Max"
You can’t perform that action at this time.
0 commit comments