All Projects → wswenyue → channelHelper

wswenyue / channelHelper

Licence: other
基于walle工具的多渠道打包脚本

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to channelHelper

Walle
Android Signature V2 Scheme签名下的新一代渠道包打包神器
Stars: ✭ 6,283 (+17851.43%)
Mutual labels:  apk-signature-scheme-v2, v2signingenabled
Piracychecker
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Stars: ✭ 1,359 (+3782.86%)
Mutual labels:  signature, apk
Android Getapkinfo
获取Android应用基本信息的工具集
Stars: ✭ 535 (+1428.57%)
Mutual labels:  signature, apk
Goreleaser
Deliver Go binaries as fast and easily as possible
Stars: ✭ 9,290 (+26442.86%)
Mutual labels:  package, apk
Uber Apk Signer
A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
Stars: ✭ 677 (+1834.29%)
Mutual labels:  signature, apk
GetApk
Show app or apk detail, and export apk file of installed app to sdcard
Stars: ✭ 42 (+20%)
Mutual labels:  signature, apk
EarthEngine.jl
Google Earth Engine in Julia
Stars: ✭ 44 (+25.71%)
Mutual labels:  package
desktop-settings
No description or website provided.
Stars: ✭ 23 (-34.29%)
Mutual labels:  package
Deep-Signature-Transforms
Code for "Deep Signature Transforms" (NeurIPS 2019)
Stars: ✭ 65 (+85.71%)
Mutual labels:  signature
php-deb-packager
A PHP library to generate `.deb` packages (Software distribution)
Stars: ✭ 54 (+54.29%)
Mutual labels:  package
Panorama3D
Delphi Firemonkey Panorama 360° Viewer
Stars: ✭ 27 (-22.86%)
Mutual labels:  360
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: ✭ 18 (-48.57%)
Mutual labels:  package
echotron
An elegant and concurrent library for Telegram bots in Go.
Stars: ✭ 95 (+171.43%)
Mutual labels:  package
sfpowerscripts
A build system for modular development in Salesforce, delivered as a sfdx plugin that can be implemented in any CI/CD system of choice
Stars: ✭ 121 (+245.71%)
Mutual labels:  package
packages
Cloud Posse DevOps distribution of linux packages for native apps, binaries, alpine packages, debian packages, and redhat packages.
Stars: ✭ 107 (+205.71%)
Mutual labels:  apk
ota-server
OTA Server for both Android app and iOS app
Stars: ✭ 30 (-14.29%)
Mutual labels:  apk
channel
Go-like channels for JavaScript
Stars: ✭ 49 (+40%)
Mutual labels:  channel
SignNowNodeSDK
The Official SignNow Node.js Client Library for interacting with SignNow REST API. Sign documents, request e-signatures, and build role-based workflows with multiple signers using this client.
Stars: ✭ 14 (-60%)
Mutual labels:  package
multi-party-eddsa
Rust implementation of multi party Ed25519 signature scheme.
Stars: ✭ 86 (+145.71%)
Mutual labels:  signature
postgres-range
Laravel package for PostgreSQL range types support
Stars: ✭ 27 (-22.86%)
Mutual labels:  package

channelHelper V2.0

基于walle工具的多渠道打包脚本

使用本脚本需要注意:

  • 只需要关心 in 文件下的配置
  • channel.txt 是渠道编号对应的配置文件,请根据自己需求配置
  • config.sh 是主要的配置文件,具体请根据相关注释修改
  • jiagu.apk 是用360加固宝加固过的apk,未签名
  • release.keystore 是使用的签名key文件
  • signedapp.apk 是生成的签名过的app包文件

使用方法

打普通渠道包

$ cd channelHelper/
$ sh ./builder.sh 

只打360渠道包

$ cd channelHelper/
$ sh ./builder.sh 360

打所有渠道(包括360)

$ cd channelHelper/
$ sh ./builder.sh all

清空输出文件夹

$ cd channelHelper/
$ sh ./builder.sh clean

查看帮助

$ cd channelHelper/
$ sh ./builder.sh help

注意该工具是直接可以跑通的。不需要任何处理

Support

欢迎各位给我提供使用意见 如遇到walle错误请参考https://github.com/Meituan-Dianping/walle

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].