mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 22:42:21 +01:00
FIX: Patch package
This commit is contained in:
parent
cad9a307f7
commit
601854a2d0
3 changed files with 18 additions and 2 deletions
|
@ -44,7 +44,7 @@ platform :android do
|
|||
if branch_name != 'master'
|
||||
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}-#{branch_name}.apk"
|
||||
else
|
||||
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}-.apk"
|
||||
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}.apk"
|
||||
end
|
||||
|
||||
Dir.chdir("android") do
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"android:clean": "cd android; ./gradlew clean ; cd .. ; npm run android",
|
||||
"ios": "react-native run-ios",
|
||||
"postinstall": "rn-nodeify --install buffer,events,process,stream,inherits,path,assert,crypto --hack; npm run releasenotes2json; npm run branch2json; npm run patches",
|
||||
"patches": "patch -p1 < scripts/react-native-camera-kit.patch;",
|
||||
"patches": "patch -p1 < scripts/react-native-camera-kit.patch; npx patch-package",
|
||||
"test": "npm run tslint && npm run lint && npm run unit && npm run jest",
|
||||
"jest": "jest tests/integration/*",
|
||||
"e2e:debug-build": "detox build -c android.debug",
|
||||
|
|
16
patches/react-native-vector-icons+10.1.0.patch
Normal file
16
patches/react-native-vector-icons+10.1.0.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
diff --git a/node_modules/react-native-vector-icons/.DS_Store b/node_modules/react-native-vector-icons/.DS_Store
|
||||
new file mode 100644
|
||||
index 0000000..747936a
|
||||
Binary files /dev/null and b/node_modules/react-native-vector-icons/.DS_Store differ
|
||||
diff --git a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Brands.ttf b/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Brands.ttf
|
||||
deleted file mode 100644
|
||||
index 30f55b7..0000000
|
||||
Binary files a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Brands.ttf and /dev/null differ
|
||||
diff --git a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf b/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf
|
||||
deleted file mode 100644
|
||||
index c79589d..0000000
|
||||
Binary files a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf and /dev/null differ
|
||||
diff --git a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf b/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf
|
||||
deleted file mode 100644
|
||||
index e479fb2..0000000
|
||||
Binary files a/node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf and /dev/null differ
|
Loading…
Add table
Reference in a new issue